mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Bump version to 0.4.0. (#1745)
This commit is contained in:
committed by
Philipp Moritz
parent
de3cfa223d
commit
f69cbd35d4
@@ -61,7 +61,7 @@ from ray.actor import method # noqa: E402
|
|||||||
|
|
||||||
# Ray version string. TODO(rkn): This is also defined separately in setup.py.
|
# Ray version string. TODO(rkn): This is also defined separately in setup.py.
|
||||||
# Fix this.
|
# Fix this.
|
||||||
__version__ = "0.3.1"
|
__version__ = "0.4.0"
|
||||||
|
|
||||||
__all__ = ["error_info", "init", "connect", "disconnect", "get", "put", "wait",
|
__all__ = ["error_info", "init", "connect", "disconnect", "get", "put", "wait",
|
||||||
"remote", "log_event", "log_span", "flush_log", "actor", "method",
|
"remote", "log_event", "log_span", "flush_log", "actor", "method",
|
||||||
|
|||||||
+1
-1
@@ -114,7 +114,7 @@ class BinaryDistribution(Distribution):
|
|||||||
|
|
||||||
setup(name="ray",
|
setup(name="ray",
|
||||||
# The version string is also in __init__.py. TODO(pcm): Fix this.
|
# The version string is also in __init__.py. TODO(pcm): Fix this.
|
||||||
version="0.3.1",
|
version="0.4.0",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
cmdclass={"build_ext": build_ext},
|
cmdclass={"build_ext": build_ext},
|
||||||
# The BinaryDistribution argument triggers build_ext.
|
# The BinaryDistribution argument triggers build_ext.
|
||||||
|
|||||||
Reference in New Issue
Block a user