mirror of https://github.com/coqui-ai/TTS.git
update version number to 0.0.9.1
This commit is contained in:
parent
41f6579a74
commit
167bbc6a4a
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ args, unknown_args = parser.parse_known_args()
|
||||||
# Remove our arguments from argv so that setuptools doesn't see them
|
# Remove our arguments from argv so that setuptools doesn't see them
|
||||||
sys.argv = [sys.argv[0]] + unknown_args
|
sys.argv = [sys.argv[0]] + unknown_args
|
||||||
|
|
||||||
version = '0.0.9'
|
version = '0.0.9.1'
|
||||||
cwd = os.path.dirname(os.path.abspath(__file__))
|
cwd = os.path.dirname(os.path.abspath(__file__))
|
||||||
|
|
||||||
# Handle Cython code
|
# Handle Cython code
|
||||||
|
|
Loading…
Reference in New Issue