Skip to content

Commit

Permalink
Updated version number to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelClerx committed Sep 18, 2018
1 parent 6548d44 commit 13a040e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pints/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# Version info: Remember to keep this in sync with setup.py!
#
VERSION_INT = 0, 0, 1
VERSION_INT = 0, 1, 0
VERSION = '.'.join([str(x) for x in VERSION_INT])
if sys.version_info[0] < 3:
del(x) # Before Python3, list comprehension iterators leaked
Expand Down

0 comments on commit 13a040e

Please sign in to comment.