Skip to content

Commit

Permalink
Revert "Bump version to 0.8.0.dev2 (ray-project#5069)"
Browse files Browse the repository at this point in the history
This reverts commit d7ccfbe.
  • Loading branch information
simon-mo committed Jul 1, 2019
1 parent 4e82313 commit 6e6cbb6
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 @@ -97,7 +97,7 @@
from ray.runtime_context import _get_runtime_context # noqa: E402

# Ray version string.
__version__ = "0.8.0.dev2"
__version__ = "0.7.2"

__all__ = [
"global_state",
Expand Down

0 comments on commit 6e6cbb6

Please sign in to comment.