Bump version number to 0.5.2. (#2765)

This commit is contained in:
Robert Nishihara
2018-08-29 13:39:25 -07:00
committed by Alexey Tumanov
parent 357c0d6156
commit f4f3478b45
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ class BinaryDistribution(Distribution):
setup(
name="ray",
# The version string is also in __init__.py. TODO(pcm): Fix this.
version="0.5.1",
version="0.5.2",
packages=find_packages(),
cmdclass={"build_ext": build_ext},
# The BinaryDistribution argument triggers build_ext.