diff --git a/setup.py b/setup.py index 3d6da083..41d3cead 100755 --- a/setup.py +++ b/setup.py @@ -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="nguyenquananhminh@gmail.com", diff --git a/tensorflow_tts/__init__.py b/tensorflow_tts/__init__.py index 76fe15da..1eca025c 100755 --- a/tensorflow_tts/__init__.py +++ b/tensorflow_tts/__init__.py @@ -1 +1 @@ -__version__ = "0.0" +__version__ = "1.8"