Skip to content

Commit 6f3bebf

Browse files
committed
🧨 Release version 0.8.
1 parent a3a1024 commit 6f3bebf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Setup Tensorflow TTS libarary."""
1+
"""Setup TensorFlow TTS libarary."""
22

33
import os
44
import sys
@@ -9,7 +9,7 @@
99

1010
if LooseVersion(sys.version) < LooseVersion("3.6"):
1111
raise RuntimeError(
12-
"Tensorflow TTS requires python >= 3.6, "
12+
"TensorFlowTTS requires python >= 3.6, "
1313
"but your Python version is {}".format(sys.version)
1414
)
1515

@@ -69,7 +69,7 @@
6969
dirname = os.path.dirname(__file__)
7070
setup(
7171
name="TensorflowTTS",
72-
version="0.0",
72+
version="0.8",
7373
url="https://github.com/dathudeptrai/TensorflowTTS",
7474
author="Minh Nguyen Quan Anh, Eren Gölge, Kuan Chen, Dawid Kobus, Takuya Ebata, Trinh Le Quang, Yunchao He, Alejandro Miguel Velasquez",
7575

tensorflow_tts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.1"
1+
__version__ = "0.8"

0 commit comments

Comments
 (0)