mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
update version
This commit is contained in:
@@ -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.1'
|
||||
version = '0.0.2'
|
||||
|
||||
# Adapted from https://github.com/pytorch/pytorch
|
||||
cwd = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
Reference in New Issue
Block a user