Skip to content

Commit 1490a98

Browse files
devin-petersohnrobertnishihara
authored andcommitted
Bump version to 0.7.0 (#4791)
1 parent 643f62d commit 1490a98

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
@@ -95,7 +95,7 @@
9595
from ray.runtime_context import _get_runtime_context # noqa: E402
9696

9797
# Ray version string.
98-
__version__ = "0.7.0.dev3"
98+
__version__ = "0.7.0"
9999

100100
__all__ = [
101101
"LOCAL_MODE",

0 commit comments

Comments
 (0)