Bump version from 0.5.3 to 0.6.0. (#3420)

This commit is contained in:
Robert Nishihara
2018-12-01 11:39:36 -08:00
committed by Eric Liang
parent 57512616e1
commit 0603e0b73a
+1 -1
View File
@@ -65,7 +65,7 @@ import ray.actor # noqa: F401
from ray.actor import method # noqa: E402
# Ray version string.
__version__ = "0.5.3"
__version__ = "0.6.0"
__all__ = [
"error_info", "init", "connect", "disconnect", "get", "put", "wait",