Skip to content

Commit

Permalink
Merge pull request #22 from bmcfee/0.1.0-final
Browse files Browse the repository at this point in the history
updating installer and version number
  • Loading branch information
bmcfee committed Nov 12, 2015
2 parents 58f5cb4 + 65ce27a commit d870ff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ if [ ! -d "$src" ]; then
source $src/bin/activate $ENV_NAME

pip install python-coveralls
pip install pysoundfile jsonpickle
pip install mir_eval audioread decorator librosa pyrubberband
pip install git+https://github.com/marl/jams.git

source $src/bin/deactivate
popd
Expand Down
2 changes: 1 addition & 1 deletion muda/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.1'
version = '0.1.0rc1'
version = '0.1.0'

0 comments on commit d870ff3

Please sign in to comment.