Skip to content

Commit 6e6cbb6

Browse files
committed
Revert "Bump version to 0.8.0.dev2 (#5069)"
This reverts commit d7ccfbe.
1 parent 4e82313 commit 6e6cbb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ray/__init__.py

+1-1
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.8.0.dev2"
100+
__version__ = "0.7.2"
101101

102102
__all__ = [
103103
"global_state",

0 commit comments

Comments
 (0)