Skip to content

Commit

Permalink
anaflow: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Apr 26, 2018
1 parent 6aeae16 commit 17ff850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions anaflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@
"ext_theis3D",
"diskmodel",
"stehfest"]

__version__ = '0.2.1'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
Intended Audience :: Developers
Intended Audience :: End Users/Desktop
Intended Audience :: Science/Research
License :: None
License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Natural Language :: English
Operating System :: MacOS
Operating System :: MacOS :: MacOS X
Expand All @@ -43,7 +43,7 @@

MAJOR = 0
MINOR = 2
MICRO = 0
MICRO = 1
ISRELEASED = False
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 17ff850

Please sign in to comment.