From ab809bd9275faed2d5c0fea82465a8235058a1bb Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Sun, 10 Feb 2019 19:56:42 -0800 Subject: [PATCH] update ray version to 0.7.0dev (#3995) --- python/ray/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/__init__.py b/python/ray/__init__.py index c5d368720..cbfb99e2e 100644 --- a/python/ray/__init__.py +++ b/python/ray/__init__.py @@ -70,7 +70,7 @@ import ray.actor # noqa: F401 from ray.actor import method # noqa: E402 # Ray version string. -__version__ = "0.6.3" +__version__ = "0.7.0dev" __all__ = [ "error_info", "init", "connect", "disconnect", "get", "put", "wait",