Revert "Bump version number everywhere to 1.0.0"

This reverts commit fa304a90ee.
This commit is contained in:
Barak Michener
2020-09-21 17:58:09 +00:00
parent 2fb29eb680
commit e8a2bd0f24
25 changed files with 45 additions and 45 deletions
@@ -15,7 +15,7 @@ commands:
params:
- name: wheel
help: "URL to the ray wheel to test (defaults to latest)."
default: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-1.0.0-cp36-cp36m-manylinux1_x86_64.whl
default: https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp36-cp36m-manylinux1_x86_64.whl
- name: workload
help: "Name of the workload to run."
choices:
+1 -1
View File
@@ -17,7 +17,7 @@ commands:
OMP_NUM_THREADS=64 ray microbenchmark
params:
- name: ray_version # Ray version string.
default: "1.0.0"
default: "0.9.0.dev0"
- name: commit # Ray commit SHA string.
default: "FILL ME IN"