From e4b3b35305f5a5e93748fcad4cfaad6c48d4f24a Mon Sep 17 00:00:00 2001 From: dathudeptrai Date: Sat, 21 Aug 2021 20:39:12 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=A8=20Released=20TensorFlowTTS=201.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- tensorflow_tts/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"