Skip to content

Commit

Permalink
Bump version (ray-project#3787)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardliaw authored and robertnishihara committed Jan 16, 2019
1 parent fa99fda commit 75ac016
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 @@ -65,7 +65,7 @@
from ray.actor import method # noqa: E402

# Ray version string.
__version__ = "0.6.1"
__version__ = "0.6.2"

__all__ = [
"error_info", "init", "connect", "disconnect", "get", "put", "wait",
Expand Down

0 comments on commit 75ac016

Please sign in to comment.