Skip to content

Commit

Permalink
anaflow: Pypi with py2 and py3 together released
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Apr 26, 2018
1 parent 49e9795 commit 70eb11c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion anaflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"diskmodel",
"stehfest"]

__version__ = '0.2.3'
__version__ = '0.2.4'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

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


Expand Down

0 comments on commit 70eb11c

Please sign in to comment.