We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccaf11 commit ff5e338Copy full SHA for ff5e338
README.rst
@@ -6,7 +6,7 @@
6
.. image:: https://readthedocs.org/projects/ray/badge/?version=latest
7
:target: http://ray.readthedocs.io/en/latest/?badge=latest
8
9
-.. image:: https://img.shields.io/badge/pypi-0.6.3-blue.svg
+.. image:: https://img.shields.io/badge/pypi-0.6.4-blue.svg
10
:target: https://pypi.org/project/ray/
11
12
|
python/ray/__init__.py
@@ -95,7 +95,7 @@
95
from ray.runtime_context import _get_runtime_context # noqa: E402
96
97
# Ray version string.
98
-__version__ = "0.6.4"
+__version__ = "0.7.0.dev1"
99
100
__all__ = [
101
"LOCAL_MODE",
0 commit comments