Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hlasimpk committed Aug 18, 2020
1 parent e0764f6 commit 3264af8
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, 2)
__version_info__ = (1, 5, 3)
__version__ = '.'.join(str(v) for v in __version_info__)
__git_revno__ = "3d9439017d9b1abba6289f16772c84fbf2dc4b82"

0 comments on commit 3264af8

Please sign in to comment.