Skip to content

Commit d2b6db3

Browse files
Bump version from 0.6.2 to 0.6.3 (#3972)
1 parent 04fc145 commit d2b6db3

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
@@ -70,7 +70,7 @@
7070
from ray.actor import method # noqa: E402
7171

7272
# Ray version string.
73-
__version__ = "0.6.2"
73+
__version__ = "0.6.3"
7474

7575
__all__ = [
7676
"error_info", "init", "connect", "disconnect", "get", "put", "wait",

0 commit comments

Comments
 (0)