set version number to 1.0.0rc2

This commit is contained in:
Barak Michener
2020-09-23 00:13:53 +00:00
parent 9c308f033b
commit 4304aeabc0
26 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ RLlib, Tune, Autoscaler, and most Python files do not require you to build and c
.. code-block:: shell
pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-0.9.0.dev0-cp38-cp38-manylinux1_x86_64.whl
pip install -U https://s3-us-west-2.amazonaws.com/ray-wheels/latest/ray-1.0.0rc2-cp38-cp38-manylinux1_x86_64.whl
2. Fork and clone the project to your machine. Connect your repository to the upstream (main project) ray repository.