Bump version to 0.5.1. (#2755)

This commit is contained in:
Robert Nishihara
2018-08-28 16:52:17 -07:00
committed by Philipp Moritz
parent b7722897b4
commit 6e1de19cc2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ from ray.actor import method # noqa: E402
# Ray version string. TODO(rkn): This is also defined separately in setup.py.
# Fix this.
__version__ = "0.5.0"
__version__ = "0.5.1"
__all__ = [
"error_info", "init", "connect", "disconnect", "get", "put", "wait",