From 8ae7709636c7c1690cbd9b9eb734c5bfa5f61577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian-Robert=20St=C3=B6ter?= Date: Mon, 8 Jul 2019 10:52:25 +0200 Subject: [PATCH] update to stempeg 0.1.7 to fix a bug --- musdb/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' ],