We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d09e46 commit d229885Copy full SHA for d229885
setup.py
@@ -50,7 +50,7 @@ def run(self):
50
packages=find_packages(exclude=["tests", "tests/*"]),
51
python_requires=">=3.6",
52
install_requires=requirements,
53
- download_url="https://github.com/CenterBioML/stochman/archive/0.1.0.zip",
+ download_url="https://github.com/CenterBioML/stochman/archive/0.2.0.zip",
54
classifiers=[
55
"Environment :: Console",
56
"Natural Language :: English",
stochman/__init__.py
@@ -8,7 +8,7 @@
8
# fmt: off
9
__name__ = "stochman"
10
_this_year = time.strftime("%Y")
11
-__version__ = "0.1.1"
+__version__ = "0.2.0"
12
__author__ = "Nicki Skafte Detlefsen et al."
13
__author_email__ = "nsde@dtu.dk"
14
__license__ = "Apache-2.0"
0 commit comments