Bump version from 0.6.3 to 0.7.0.dev0 in docs and .yaml (#4042)

This commit is contained in:
Philipp Moritz
2019-02-14 12:08:48 -08:00
committed by Robert Nishihara
parent 4b0db437ee
commit 077ffd99bf
7 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ import ray.actor # noqa: F401
from ray.actor import method # noqa: E402
# Ray version string.
__version__ = "0.7.0dev"
__version__ = "0.7.0.dev0"
__all__ = [
"error_info", "init", "connect", "disconnect", "get", "put", "wait",