Skip to content

Commit

Permalink
bump version to 0.1a3
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed May 9, 2021
1 parent eabb772 commit ab31858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yawlib/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
__url__ = "https://github.com/letuananh/yawlib"
__maintainer__ = "Le Tuan Anh"
__version_major__ = "0.1"
__version__ = "{}a2".format(__version_major__)
__version_long__ = "{} - Alpha".format(__version_major__)
__version__ = "{}a3".format(__version_major__)
__version_long__ = "{} - Alpha 3".format(__version_major__)
__status__ = "3 - Alpha"

0 comments on commit ab31858

Please sign in to comment.