Skip to content

Commit d8cf1f1

Browse files
committed
🔖 Release TensorFlowTTS v0.11
1 parent ea72bab commit d8cf1f1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM tensorflow/tensorflow:2.2.0-gpu
1+
FROM tensorflow/tensorflow:2.3.1-gpu
22
RUN apt-get update
33
RUN apt-get install -y zsh tmux wget git libsndfile1
44
RUN pip install ipython && \

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@
7070
dirname = os.path.dirname(__file__)
7171
setup(
7272
name="TensorFlowTTS",
73-
version="0.0",
73+
version="0.11",
7474
url="https://github.com/tensorspeech/TensorFlowTTS",
75+
download_url="https://github.com/TensorSpeech/TensorFlowTTS/archive/v0.11.tar.gz",
7576
author="Minh Nguyen Quan Anh, Eren Gölge, Kuan Chen, Dawid Kobus, Takuya Ebata, Trinh Le Quang, Yunchao He, Alejandro Miguel Velasquez",
7677
author_email="[email protected]",
7778
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.11"

0 commit comments

Comments
 (0)