Skip to content

Commit

Permalink
Bump Ray master version to 0.8.0.dev0 (#4845)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-petersohn authored and robertnishihara committed May 24, 2019
1 parent 2015085 commit ba6c595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
from ray.runtime_context import _get_runtime_context # noqa: E402

# Ray version string.
__version__ = "0.7.0"
__version__ = "0.8.0.dev0"

__all__ = [
"LOCAL_MODE",
Expand Down

0 comments on commit ba6c595

Please sign in to comment.