Skip to content

Commit 85f5f2f

Browse files
committed
🔖 Release TensorFlowTTS v1.6
1 parent e63500d commit 85f5f2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

tensorflow_tts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0"
1+
__version__ = "1.6"

0 commit comments

Comments
 (0)