bump version from 0.6.0 to 0.6.1 (#3610)

This commit is contained in:
Alexey Tumanov
2018-12-23 17:03:42 -08:00
committed by Robert Nishihara
parent bb7ca3bae7
commit 9b8d7573fe
+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.6.0"
__version__ = "0.6.1"
__all__ = [
"error_info", "init", "connect", "disconnect", "get", "put", "wait",