Skip to content

Commit d229885

Browse files
committed
version 0.2
1 parent 4d09e46 commit d229885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run(self):
5050
packages=find_packages(exclude=["tests", "tests/*"]),
5151
python_requires=">=3.6",
5252
install_requires=requirements,
53-
download_url="https://github.com/CenterBioML/stochman/archive/0.1.0.zip",
53+
download_url="https://github.com/CenterBioML/stochman/archive/0.2.0.zip",
5454
classifiers=[
5555
"Environment :: Console",
5656
"Natural Language :: English",

stochman/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# fmt: off
99
__name__ = "stochman"
1010
_this_year = time.strftime("%Y")
11-
__version__ = "0.1.1"
11+
__version__ = "0.2.0"
1212
__author__ = "Nicki Skafte Detlefsen et al."
1313
__author_email__ = "nsde@dtu.dk"
1414
__license__ = "Apache-2.0"

0 commit comments

Comments
 (0)