Skip to content

Commit 75ac016

Browse files
richardliawrobertnishihara
authored andcommitted
Bump version (#3787)
1 parent fa99fda commit 75ac016

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
@@ -65,7 +65,7 @@
6565
from ray.actor import method # noqa: E402
6666

6767
# Ray version string.
68-
__version__ = "0.6.1"
68+
__version__ = "0.6.2"
6969

7070
__all__ = [
7171
"error_info", "init", "connect", "disconnect", "get", "put", "wait",

0 commit comments

Comments
 (0)