Skip to content

Commit d1e4b36

Browse files
committed
bump version to 0.7.5
1 parent b1aadd8 commit d1e4b36

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
@@ -110,7 +110,7 @@
110110
from ray.runtime_context import _get_runtime_context # noqa: E402
111111

112112
# Ray version string.
113-
__version__ = "0.8.0.dev4"
113+
__version__ = "0.7.5"
114114

115115
__all__ = [
116116
"global_state",

0 commit comments

Comments
 (0)