Skip to content

Commit

Permalink
bump version (fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
asafc committed Apr 28, 2021
1 parent fd9d322 commit 945915a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Project homepage: https://github.com/authorizon/opal
"""

VERSION = (0, 1, 4)
VERSION = (0, 1, 5)
VERSION_STRING = '.'.join(map(str,VERSION))

__version__ = VERSION_STRING
Expand Down

0 comments on commit 945915a

Please sign in to comment.