Skip to content

Commit

Permalink
bump version to 0.1a4
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed Apr 28, 2021
1 parent bea1643 commit efbc7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions speach/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
__url__ = "https://github.com/neocl/speach/"
__maintainer__ = "Le Tuan Anh"
__version_major__ = "0.1" # follow PEP-0440
__version__ = "{}a3".format(__version_major__)
__version_long__ = "{} - Alpha 3".format(__version_major__)
__version__ = "{}a4".format(__version_major__)
__version_long__ = "{} - Alpha 4".format(__version_major__)
__status__ = "Prototype"

0 comments on commit efbc7cd

Please sign in to comment.