From 6e6cbb6b63a8f2479d1522a416e1dc4a5a2ad59f Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Sun, 30 Jun 2019 22:20:11 -0700 Subject: [PATCH] Revert "Bump version to 0.8.0.dev2 (#5069)" This reverts commit d7ccfbe46bd710931ee10cb65892c70a0e4cda0a. --- 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 90e3d09bf..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.dev2" +__version__ = "0.7.2" __all__ = [ "global_state",