Bump version from 0.8.0.dev6 -> 0.9.0.dev (#6508)

This commit is contained in:
Eric Liang
2019-12-16 23:57:42 -08:00
committed by GitHub
parent 9948a3779d
commit 1a1324d2a2
15 changed files with 33 additions and 41 deletions
+1 -1
View File
@@ -132,7 +132,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.dev7"
__version__ = "0.9.0.dev"
__all__ = [
"global_state",