-
Notifications
You must be signed in to change notification settings - Fork 815
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3a1024
commit 6f3bebf
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""Setup Tensorflow TTS libarary.""" | ||
"""Setup TensorFlow TTS libarary.""" | ||
|
||
import os | ||
import sys | ||
|
@@ -9,7 +9,7 @@ | |
|
||
if LooseVersion(sys.version) < LooseVersion("3.6"): | ||
raise RuntimeError( | ||
"Tensorflow TTS requires python >= 3.6, " | ||
"TensorFlowTTS requires python >= 3.6, " | ||
"but your Python version is {}".format(sys.version) | ||
) | ||
|
||
|
@@ -69,7 +69,7 @@ | |
dirname = os.path.dirname(__file__) | ||
setup( | ||
name="TensorflowTTS", | ||
version="0.0", | ||
version="0.8", | ||
url="https://github.com/dathudeptrai/TensorflowTTS", | ||
author="Minh Nguyen Quan Anh, Eren Gölge, Kuan Chen, Dawid Kobus, Takuya Ebata, Trinh Le Quang, Yunchao He, Alejandro Miguel Velasquez", | ||
author_email="[email protected], [email protected], [email protected], [email protected], [email protected], [email protected], yunchaohe@gmail, [email protected]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.6.1" | ||
__version__ = "0.8" |