Skip to content

Commit

Permalink
update version to 0.2.2 (#1178)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and robertnishihara committed Nov 2, 2017
1 parent 3317d38 commit fdf069b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/ray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# Ray version string. TODO(rkn): This is also defined separately in setup.py.
# Fix this.
__version__ = "0.2.1"
__version__ = "0.2.2"

__all__ = ["error_info", "init", "connect", "disconnect", "get", "put", "wait",
"remote", "log_event", "log_span", "flush_log", "actor",
Expand Down
4 changes: 3 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ def has_ext_modules(self):


setup(name="ray",
version="0.2.1",
# The version string is also in __init__.py
# TODO(pcm): Fix this
version="0.2.2",
packages=find_packages(),
cmdclass={"build_ext": build_ext},
# The BinaryDistribution argument triggers build_ext.
Expand Down

0 comments on commit fdf069b

Please sign in to comment.