Skip to content

Commit 4b9a446

Browse files
committed
🍀 1.6.1
1 parent 294bfbb commit 4b9a446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
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="1.6",
74+
version="1.6.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="[email protected]",

tensorflow_tts/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6"
1+
__version__ = "1.6.1"

0 commit comments

Comments
 (0)