Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
SkafteNicki authored Jun 10, 2022
1 parent 49c8e29 commit cd2b552
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.2.0.zip",
download_url="https://github.com/CenterBioML/stochman/archive/0.3.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.2.0"
__version__ = "0.3.0"
__author__ = "Nicki Skafte Detlefsen et al."
__author_email__ = "[email protected]"
__license__ = "Apache-2.0"
Expand Down

0 comments on commit cd2b552

Please sign in to comment.