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