Skip to content

Commit 3b5c50e

Browse files
committed
🧨 Release TensorFlowTTS v0.9
1 parent c4e723a commit 3b5c50e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@
6969
dirname = os.path.dirname(__file__)
7070
setup(
7171
name="TensorFlowTTS",
72-
version="0.0",
72+
version="0.9",
7373
url="https://github.com/tensorspeech/TensorFlowTTS",
74+
download_url="https://github.com/TensorSpeech/TensorFlowTTS/archive/v0.9.tar.gz",
7475
author="Minh Nguyen Quan Anh, Eren Gölge, Kuan Chen, Dawid Kobus, Takuya Ebata, Trinh Le Quang, Yunchao He, Alejandro Miguel Velasquez",
7576
author_email="[email protected]",
7677
description="TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2",

tensorflow_tts/__init__.py

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

0 commit comments

Comments
 (0)