mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 23:57:21 +08:00
Use 0.9.0.dev0 as the version tag (#6630)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user