Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hlasimpk committed Oct 2, 2020
1 parent 32a6dfa commit b465102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ample/util/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version_info__ = (1, 5, 3)
__version_info__ = (1, 5, 4)
__version__ = '.'.join(str(v) for v in __version_info__)
__git_revno__ = "3d9439017d9b1abba6289f16772c84fbf2dc4b82"

0 comments on commit b465102

Please sign in to comment.