Bump version from 0.6.3 to 0.7.0.dev0 in docs and .yaml (#4042)

This commit is contained in:
Philipp Moritz
2019-02-14 12:08:48 -08:00
committed by Robert Nishihara
parent 4b0db437ee
commit 077ffd99bf
7 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ setup_commands:
# - git clone https://github.com/ray-project/ray || true
- pip install boto3==1.4.8 cython==0.29.0
# - cd ray/python; git checkout master; git pull; pip install -e . --verbose
- pip install https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.6.3-cp36-cp36m-manylinux1_x86_64.whl
- pip install https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.7.0.dev0-cp36-cp36m-manylinux1_x86_64.whl
# Custom commands that will be run on the head node after common setup.
head_setup_commands: []