Skip to content

Commit

Permalink
🧨 Release version 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
dathudeptrai committed Aug 23, 2020
1 parent a3a1024 commit 6f3bebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Setup Tensorflow TTS libarary."""
"""Setup TensorFlow TTS libarary."""

import os
import sys
Expand All @@ -9,7 +9,7 @@

if LooseVersion(sys.version) < LooseVersion("3.6"):
raise RuntimeError(
"Tensorflow TTS requires python >= 3.6, "
"TensorFlowTTS requires python >= 3.6, "
"but your Python version is {}".format(sys.version)
)

Expand Down Expand Up @@ -69,7 +69,7 @@
dirname = os.path.dirname(__file__)
setup(
name="TensorflowTTS",
version="0.0",
version="0.8",
url="https://github.com/dathudeptrai/TensorflowTTS",
author="Minh Nguyen Quan Anh, Eren Gölge, Kuan Chen, Dawid Kobus, Takuya Ebata, Trinh Le Quang, Yunchao He, Alejandro Miguel Velasquez",
author_email="[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], yunchaohe@gmail, [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.6.1"
__version__ = "0.8"

0 comments on commit 6f3bebf

Please sign in to comment.