Bump version to 0.8.0.dev7 (#6303)

This commit is contained in:
Edward Oakes
2019-12-05 18:33:54 -08:00
committed by GitHub
parent a454c815f1
commit f63b64310a
10 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -123,7 +123,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.dev6"
__version__ = "0.8.0.dev7"
__all__ = [
"global_state",