From b5d473847cc6ef06a6912812f8564a49361a9bdb Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Sat, 29 Jun 2019 19:06:51 -0700 Subject: [PATCH] bump version to 0.7.2 (#5066) --- 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 e65b59a77..56061f075 100644 --- a/python/ray/__init__.py +++ b/python/ray/__init__.py @@ -97,7 +97,7 @@ from ray.actor import method # noqa: E402 from ray.runtime_context import _get_runtime_context # noqa: E402 # Ray version string. -__version__ = "0.8.0.dev1" +__version__ = "0.7.2" __all__ = [ "global_state",