Skip to content

Commit e4b3b35

Browse files
committed
🧨 Released TensorFlowTTS 1.8
1 parent b77dffe commit e4b3b35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
dirname = os.path.dirname(__file__)
7272
setup(
7373
name="TensorFlowTTS",
74-
version="0.0",
74+
version="1.8",
7575
url="https://github.com/tensorspeech/TensorFlowTTS",
7676
author="Minh Nguyen Quan Anh, Alejandro Miguel Velasquez, Dawid Kobus, Eren Gölge, Kuan Chen, Takuya Ebata, Trinh Le Quang, Yunchao He",
7777
author_email="[email protected]",

tensorflow_tts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0"
1+
__version__ = "1.8"

0 commit comments

Comments
 (0)