Bump version number to 0.3.0. (#1247)

This commit is contained in:
Robert Nishihara
2017-11-27 23:02:29 -08:00
committed by Philipp Moritz
parent 37831ae0c3
commit dd45664ab5
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ import ray.actor # noqa: F401
# Ray version string. TODO(rkn): This is also defined separately in setup.py.
# Fix this.
__version__ = "0.2.2"
__version__ = "0.3.0"
__all__ = ["error_info", "init", "connect", "disconnect", "get", "put", "wait",
"remote", "log_event", "log_span", "flush_log", "actor",