Skip to content

Commit

Permalink
🧨 Released TensorFlowTTS 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dathudeptrai committed Aug 21, 2021
1 parent b77dffe commit e4b3b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
dirname = os.path.dirname(__file__)
setup(
name="TensorFlowTTS",
version="0.0",
version="1.8",
url="https://github.com/tensorspeech/TensorFlowTTS",
author="Minh Nguyen Quan Anh, Alejandro Miguel Velasquez, Dawid Kobus, Eren Gölge, Kuan Chen, Takuya Ebata, Trinh Le Quang, Yunchao He",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_tts/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0"
__version__ = "1.8"

0 comments on commit e4b3b35

Please sign in to comment.