Skip to content

Commit 382f355

Browse files
committed
🔖 Release TensorFlowTTS v1.1
1 parent f046e82 commit 382f355

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
@@ -71,7 +71,7 @@
7171
dirname = os.path.dirname(__file__)
7272
setup(
7373
name="TensorFlowTTS",
74-
version="0.0",
74+
version="1.1",
7575
url="https://github.com/tensorspeech/TensorFlowTTS",
7676
author="Minh Nguyen Quan Anh, Eren Gölge, Kuan Chen, Dawid Kobus, Takuya Ebata, Trinh Le Quang, Yunchao He, Alejandro Miguel Velasquez",
7777
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.1"

0 commit comments

Comments
 (0)