mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:53:14 +08:00
update version to 0.2.2 (#1178)
This commit is contained in:
committed by
Robert Nishihara
parent
3317d38278
commit
fdf069bd1d
+3
-1
@@ -96,7 +96,9 @@ class BinaryDistribution(Distribution):
|
||||
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user