Skip to content

Commit 3b16279

Browse files
committed
Version 0.0.7
Licence to Parallelize
1 parent 4797e89 commit 3b16279

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

conda/raffiot/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{% set name = "raffiot" %}
2-
{% set version = "0.0.6.6" %}
2+
{% set version = "0.0.7" %}
33

44
package:
55
name: "{{ name|lower }}"
66
version: "{{ version }}"
77

88
source:
9-
git_rev: "v{{ version }}"
9+
git_rev: "{{ version }}"
1010
git_url: "https://github.com/chrilves/raffiot.py"
1111

1212
build:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup
22

3-
version = "0.0.6.6"
3+
version = "0.0.7"
44

55
with open("README.md", "r", encoding="utf-8") as fh:
66
long_description = fh.read()
@@ -16,7 +16,7 @@
1616
author="chrilves",
1717
author_email="[email protected]",
1818
url="https://github.com/chrilves/raffiot.py",
19-
download_url=f"https://github.com/chrilves/raffiot.py/archive/v{version}.tar.gz",
19+
download_url=f"https://github.com/chrilves/raffiot.py/archive/{version}.tar.gz",
2020
keywords=[
2121
"IO",
2222
"MONAD",

0 commit comments

Comments
 (0)