Use 0.9.0.dev0 as the version tag (#6630)

This commit is contained in:
Philipp Moritz
2019-12-30 10:14:07 -08:00
committed by GitHub
parent 646643a588
commit 735f282494
12 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ from ray.actor import method # noqa: E402
from ray.runtime_context import _get_runtime_context # noqa: E402
# Ray version string.
__version__ = "0.9.0.dev"
__version__ = "0.9.0.dev0"
__all__ = [
"global_state",