Update setup.py

This commit is contained in:
Félix Voituret
2020-10-23 14:14:29 +02:00
committed by GitHub
parent 4ad5dc4e63
commit 1181f4b54d

View File

@@ -14,7 +14,7 @@ __license__ = 'MIT License'
# Default project values.
project_name = 'spleeter'
project_version = '2.0'
project_version = '2.0.1'
tensorflow_dependency = 'tensorflow'
tensorflow_version = '2.3.0'
here = path.abspath(path.dirname(__file__))