From 382f355165c353b1817252bc707021e0e9262efc Mon Sep 17 00:00:00 2001 From: dathudeptrai Date: Tue, 12 Jan 2021 13:57:06 +0700 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=96=20Release=20TensorFlowTTS=20v1?= =?UTF-8?q?.1?= 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 dcc1fde8..c9c9cd18 100755 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ dirname = os.path.dirname(__file__) setup( name="TensorFlowTTS", - version="0.0", + version="1.1", url="https://github.com/tensorspeech/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="nguyenquananhminh@gmail.com", diff --git a/tensorflow_tts/__init__.py b/tensorflow_tts/__init__.py index 76fe15da..f9014086 100755 --- a/tensorflow_tts/__init__.py +++ b/tensorflow_tts/__init__.py @@ -1 +1 @@ -__version__ = "0.0" +__version__ = "1.1" From 62b94dfd5a54d4d9cd1c476107cbeae52926d3f2 Mon Sep 17 00:00:00 2001 From: dathudeptrai Date: Tue, 12 Jan 2021 14:15:57 +0700 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20Remove=20german=5Ftransliter?= =?UTF-8?q?ate=20as=20dependencies=20in=20setup.py.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup.py b/setup.py index c9c9cd18..c8c348c1 100755 --- a/setup.py +++ b/setup.py @@ -43,13 +43,9 @@ "click", "g2p_en", "dataclasses", - "german_transliterate @ git+https://github.com/repodiac/german_transliterate.git#egg=german_transliterate" ], "setup": ["numpy", "pytest-runner",], - "test": [ - "pytest>=3.3.0", - "hacking>=1.1.0", - ], + "test": ["pytest>=3.3.0", "hacking>=1.1.0",], } # TODO(@dathudeptrai) update console_scripts.