Skip to content

Commit

Permalink
Raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
e1mo committed Apr 18, 2021
1 parent 5d05771 commit b03c4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpapp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ def __is_develop(release):
return release.endswith("-dev")

name = "vpapp"
release = "0.1.2"
release = "0.1.3"
__version__ = __to_version(release)
__develop__ = __is_develop(release)

0 comments on commit b03c4db

Please sign in to comment.