mirror of
https://github.com/coqui-ai/TTS.git
synced 2026-07-14 06:19:05 +02:00
version update
This commit is contained in:
2
setup.py
2
setup.py
@@ -19,7 +19,7 @@ args, unknown_args = parser.parse_known_args()
|
||||
# Remove our arguments from argv so that setuptools doesn't see them
|
||||
sys.argv = [sys.argv[0]] + unknown_args
|
||||
|
||||
version = '0.0.2'
|
||||
version = '0.1.0'
|
||||
|
||||
# Adapted from https://github.com/pytorch/pytorch
|
||||
cwd = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
Reference in New Issue
Block a user