update ray version to 0.7.0dev (#3995)

This commit is contained in:
Philipp Moritz
2019-02-10 19:56:42 -08:00
committed by Robert Nishihara
parent 8e9f2c923f
commit ab809bd927
+1 -1
View File
@@ -70,7 +70,7 @@ import ray.actor # noqa: F401
from ray.actor import method # noqa: E402
# Ray version string.
__version__ = "0.6.3"
__version__ = "0.7.0dev"
__all__ = [
"error_info", "init", "connect", "disconnect", "get", "put", "wait",