Skip to content

Commit

Permalink
bump version to 0.1a5
Browse files Browse the repository at this point in the history
  • Loading branch information
letuananh committed Apr 29, 2021
1 parent f2cc07d commit c02f9e3
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 @@ -14,6 +14,6 @@
__issue__ = "https://github.com/neocl/speach/issues/"
__maintainer__ = "Le Tuan Anh"
__version_major__ = "0.1" # follow PEP-0440
__version__ = "{}a4".format(__version_major__)
__version_long__ = "{} - Alpha 4".format(__version_major__)
__version__ = "{}a5".format(__version_major__)
__version_long__ = "{} - Alpha 5".format(__version_major__)
__status__ = "Prototype"

0 comments on commit c02f9e3

Please sign in to comment.