Skip to content

Commit 01747b1

Browse files
robertnishiharapcmoritz
authored andcommitted
Bump version from 0.7.0.dev1 to 0.6.5. (ray-project#4461)
1 parent 32bf23d commit 01747b1

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.dev1"
98+
__version__ = "0.6.5"
9999

100100
__all__ = [
101101
"LOCAL_MODE",

0 commit comments

Comments
 (0)