diff --git a/musdb/version.py b/musdb/version.py index 737f01c..fc6a613 100644 --- a/musdb/version.py +++ b/musdb/version.py @@ -1 +1 @@ -version = "0.3.0.post1" \ No newline at end of file +version = "0.3.1" \ No newline at end of file diff --git a/setup.py b/setup.py index 3eb3460..51acb51 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ install_requires=[ 'numpy>=1.7', 'soundfile>=0.9.0', - 'stempeg>=0.1.6', + 'stempeg>=0.1.7', 'pyaml', 'tqdm' ],