mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 13:37:39 +08:00
Bump version to 0.5.1. (#2755)
This commit is contained in:
committed by
Philipp Moritz
parent
b7722897b4
commit
6e1de19cc2
@@ -62,7 +62,7 @@ from ray.actor import method # noqa: E402
|
||||
|
||||
# Ray version string. TODO(rkn): This is also defined separately in setup.py.
|
||||
# Fix this.
|
||||
__version__ = "0.5.0"
|
||||
__version__ = "0.5.1"
|
||||
|
||||
__all__ = [
|
||||
"error_info", "init", "connect", "disconnect", "get", "put", "wait",
|
||||
|
||||
+1
-1
@@ -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.0",
|
||||
version="0.5.1",
|
||||
packages=find_packages(),
|
||||
cmdclass={"build_ext": build_ext},
|
||||
# The BinaryDistribution argument triggers build_ext.
|
||||
|
||||
Reference in New Issue
Block a user