We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04fc145 commit d2b6db3Copy full SHA for d2b6db3
python/ray/__init__.py
@@ -70,7 +70,7 @@
70
from ray.actor import method # noqa: E402
71
72
# Ray version string.
73
-__version__ = "0.6.2"
+__version__ = "0.6.3"
74
75
__all__ = [
76
"error_info", "init", "connect", "disconnect", "get", "put", "wait",
0 commit comments