Skip to content

Commit d7ccfbe

Browse files
simon-morobertnishihara
authored andcommitted
Bump version to 0.8.0.dev2 (#5069)
1 parent b5d4738 commit d7ccfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
from ray.runtime_context import _get_runtime_context # noqa: E402
9898

9999
# Ray version string.
100-
__version__ = "0.7.2"
100+
__version__ = "0.8.0.dev2"
101101

102102
__all__ = [
103103
"global_state",

0 commit comments

Comments
 (0)