From d5df91b0312f6fb931dfbbd1187db41ad3ab65d1 Mon Sep 17 00:00:00 2001 From: Devin Petersohn Date: Fri, 19 Apr 2019 17:06:14 -0700 Subject: [PATCH] Bump version to 0.7.0dev3 (#4671) --- README.rst | 2 +- python/ray/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8425744bb..87ceba0d7 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ .. image:: https://readthedocs.org/projects/ray/badge/?version=latest :target: http://ray.readthedocs.io/en/latest/?badge=latest -.. image:: https://img.shields.io/badge/pypi-0.6.5-blue.svg +.. image:: https://img.shields.io/badge/pypi-0.6.6-blue.svg :target: https://pypi.org/project/ray/ | diff --git a/python/ray/__init__.py b/python/ray/__init__.py index 88fa3165c..1e382d1b9 100644 --- a/python/ray/__init__.py +++ b/python/ray/__init__.py @@ -95,7 +95,7 @@ from ray.actor import method # noqa: E402 from ray.runtime_context import _get_runtime_context # noqa: E402 # Ray version string. -__version__ = "0.6.6" +__version__ = "0.7.0.dev3" __all__ = [ "LOCAL_MODE",