Bump version to 0.5.0. (#2351)

This commit is contained in:
Robert Nishihara
2018-07-06 22:31:33 -07:00
committed by Philipp Moritz
parent e45bec1e51
commit 3a972893ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ class BinaryDistribution(Distribution):
setup(
name="ray",
# The version string is also in __init__.py. TODO(pcm): Fix this.
version="0.4.0",
version="0.5.0",
packages=find_packages(),
cmdclass={"build_ext": build_ext},
# The BinaryDistribution argument triggers build_ext.