diff --git a/dockerfile b/dockerfile index 54bfbf35..c2960dde 100755 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM tensorflow/tensorflow:2.2.0-gpu +FROM tensorflow/tensorflow:2.3.1-gpu RUN apt-get update RUN apt-get install -y zsh tmux wget git libsndfile1 RUN pip install ipython && \ diff --git a/setup.py b/setup.py index 8d642fe2..974b9478 100755 --- a/setup.py +++ b/setup.py @@ -70,8 +70,9 @@ dirname = os.path.dirname(__file__) setup( name="TensorFlowTTS", - version="0.0", + version="0.11", url="https://github.com/tensorspeech/TensorFlowTTS", + download_url="https://github.com/TensorSpeech/TensorFlowTTS/archive/v0.11.tar.gz", 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", description="TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2", diff --git a/tensorflow_tts/__init__.py b/tensorflow_tts/__init__.py index 76fe15da..dc64b556 100755 --- a/tensorflow_tts/__init__.py +++ b/tensorflow_tts/__init__.py @@ -1 +1 @@ -__version__ = "0.0" +__version__ = "0.11"