Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki committed Feb 11, 2022
1 parent 4d09e46 commit d229885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self):
packages=find_packages(exclude=["tests", "tests/*"]),
python_requires=">=3.6",
install_requires=requirements,
download_url="https://github.com/CenterBioML/stochman/archive/0.1.0.zip",
download_url="https://github.com/CenterBioML/stochman/archive/0.2.0.zip",
classifiers=[
"Environment :: Console",
"Natural Language :: English",
Expand Down
2 changes: 1 addition & 1 deletion stochman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# fmt: off
__name__ = "stochman"
_this_year = time.strftime("%Y")
__version__ = "0.1.1"
__version__ = "0.2.0"
__author__ = "Nicki Skafte Detlefsen et al."
__author_email__ = "nsde@dtu.dk"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit d229885

Please sign in to comment.