From 6b5526190826b313b66a295700e83c0f9f5fca67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian-Robert=20St=C3=B6ter?= Date: Sun, 7 Jul 2019 14:54:32 +0200 Subject: [PATCH] update version and replace dropbox link --- data/fetch.sh | 2 +- musdb/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/fetch.sh b/data/fetch.sh index b610733..e50e95f 100644 --- a/data/fetch.sh +++ b/data/fetch.sh @@ -1,5 +1,5 @@ #!/bin/sh -curl -O -J -L https://www.dropbox.com/s/aihhp0fkboefxy3/mus-sample.zip?dl=1 +curl -O -J -L https://github.com/sigsep/sigsep-mus-db/releases/download/v0.3.0/mus-sample.zip unzip mus-sample.zip rm mus-sample.zip diff --git a/musdb/version.py b/musdb/version.py index 779733f..737f01c 100644 --- a/musdb/version.py +++ b/musdb/version.py @@ -1 +1 @@ -version = "0.3.0" +version = "0.3.0.post1" \ No newline at end of file