Bump version number to 0.3.0. (#1247)

This commit is contained in:
Robert Nishihara
2017-11-27 23:02:29 -08:00
committed by Philipp Moritz
parent 37831ae0c3
commit dd45664ab5
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -96,9 +96,8 @@ class BinaryDistribution(Distribution):
setup(name="ray",
# The version string is also in __init__.py
# TODO(pcm): Fix this
version="0.2.2",
# The version string is also in __init__.py. TODO(pcm): Fix this.
version="0.3.0",
packages=find_packages(),
cmdclass={"build_ext": build_ext},
# The BinaryDistribution argument triggers build_ext.