Skip to content

Commit

Permalink
Merge pull request #29 from letuananh/main
Browse files Browse the repository at this point in the history
speach-0.1a12 ready
  • Loading branch information
letuananh committed Nov 3, 2021
2 parents f09601c + aadf8d4 commit b1a354a
Show file tree
Hide file tree
Showing 6 changed files with 417 additions and 104 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__ = "{}a11".format(__version_major__)
__version_long__ = "{} - Alpha 10".format(__version_major__)
__version__ = "{}a12".format(__version_major__)
__version_long__ = "{} - Alpha 12".format(__version_major__)
__status__ = "3 - Alpha"

0 comments on commit b1a354a

Please sign in to comment.