From 0603e0b73a9517d71e11f1ebdbb8e17a048a5c3f Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Sat, 1 Dec 2018 11:39:36 -0800 Subject: [PATCH] Bump version from 0.5.3 to 0.6.0. (#3420) --- 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 6d4e0ba9a..ed024a107 100644 --- a/python/ray/__init__.py +++ b/python/ray/__init__.py @@ -65,7 +65,7 @@ import ray.actor # noqa: F401 from ray.actor import method # noqa: E402 # Ray version string. -__version__ = "0.5.3" +__version__ = "0.6.0" __all__ = [ "error_info", "init", "connect", "disconnect", "get", "put", "wait",