-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update version to 0.7.0.dev1 and update docs 0.6.3 -> 0.6.4 #4276
Conversation
python/ray/__init__.py
Outdated
@@ -95,7 +95,7 @@ | |||
from ray.runtime_context import _get_runtime_context # noqa: E402 | |||
|
|||
# Ray version string. | |||
__version__ = "0.6.4" | |||
__version__ = "0.7.0.dev0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe .dev1
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fine with me
Test FAILed. |
Test FAILed. |
@pcmoritz can you also submit a PR updating the docs and the autoscaler configs and whatever else to use |
Yeah! |
What do these changes do?
Related issue number