Skip to content

Commit

Permalink
Bump version to 0.1.7. (#465)
Browse files Browse the repository at this point in the history
Also update tensorflow dependency to 0.12.0rc1.
  • Loading branch information
cghawthorne committed Dec 16, 2016
1 parent 65dc23d commit 16b510c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions magenta/tools/magenta-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ if [[ "$(uname)" == "Darwin" ]]; then
readonly OS='MAC'
readonly MINICONDA_SCRIPT='Miniconda2-latest-MacOSX-x86_64.sh'
# Mac OS X, CPU only, Python 2.7:
readonly TF_BINARY_URL='https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.11.0rc2-py2-none-any.whl'
readonly TF_BINARY_URL='https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0rc1-py2-none-any.whl'
elif [[ "$(uname)" == "Linux" ]]; then
echo 'Linux OS Detected'
readonly OS='LINUX'
readonly MINICONDA_SCRIPT='Miniconda2-latest-Linux-x86_64.sh'
# Ubuntu/Linux 64-bit, CPU only, Python 2.7
readonly TF_BINARY_URL='https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0rc2-cp27-none-linux_x86_64.whl'
readonly TF_BINARY_URL='https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0rc1-cp27-none-linux_x86_64.whl'
else
err 'Detected neither OSX or Linux Operating System'
fi
Expand Down
2 changes: 1 addition & 1 deletion magenta/tools/pip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'Pillow >= 3.4.2',
'pretty_midi >= 0.2.6',
'scipy >= 0.18.1',
'tensorflow >= 0.12.0rc0',
'tensorflow >= 0.12.0rc1',
'matplotlib >= 1.5.3',
'wheel',
]
Expand Down
2 changes: 1 addition & 1 deletion magenta/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
pulling in all the dependencies in __init__.py.
"""

__version__ = '0.1.6'
__version__ = '0.1.7'

0 comments on commit 16b510c

Please sign in to comment.