diff --git a/setup.py b/setup.py index dcc1fde8..c8c348c1 100755 --- a/setup.py +++ b/setup.py @@ -43,13 +43,9 @@ "click", "g2p_en", "dataclasses", - "german_transliterate @ git+https://github.com/repodiac/german_transliterate.git#egg=german_transliterate" ], "setup": ["numpy", "pytest-runner",], - "test": [ - "pytest>=3.3.0", - "hacking>=1.1.0", - ], + "test": ["pytest>=3.3.0", "hacking>=1.1.0",], } # TODO(@dathudeptrai) update console_scripts. @@ -71,7 +67,7 @@ dirname = os.path.dirname(__file__) setup( name="TensorFlowTTS", - version="0.0", + version="1.1", url="https://github.com/tensorspeech/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="nguyenquananhminh@gmail.com", diff --git a/tensorflow_tts/__init__.py b/tensorflow_tts/__init__.py index 76fe15da..f9014086 100755 --- a/tensorflow_tts/__init__.py +++ b/tensorflow_tts/__init__.py @@ -1 +1 @@ -__version__ = "0.0" +__version__ = "1.1"