Skip to content

Commit 382f355

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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="nguyenquananhminh@gmail.com",

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)