mirror of https://github.com/coqui-ai/TTS.git
update version 0.0.11
parent
eb071fd3b6
commit
13041ebfa8
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ if LooseVersion(sys.version) < LooseVersion("3.6") or LooseVersion(sys.version)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
version = '0.0.10.3'
|
version = '0.0.11'
|
||||||
cwd = os.path.dirname(os.path.abspath(__file__))
|
cwd = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors
|
class build_py(setuptools.command.build_py.build_py): # pylint: disable=too-many-ancestors
|
||||||
|
|
Loading…
Reference in New Issue