mirror of
https://github.com/vale981/ray
synced 2025-04-23 06:25:52 -04:00
Bump version to 0.3.1. (#1397)
This commit is contained in:
parent
fcb59cba81
commit
df7252b2fe
2 changed files with 2 additions and 2 deletions
|
@ -61,7 +61,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.3.0"
|
||||
__version__ = "0.3.1"
|
||||
|
||||
__all__ = ["error_info", "init", "connect", "disconnect", "get", "put", "wait",
|
||||
"remote", "log_event", "log_span", "flush_log", "actor", "method",
|
||||
|
|
|
@ -101,7 +101,7 @@ class BinaryDistribution(Distribution):
|
|||
|
||||
setup(name="ray",
|
||||
# The version string is also in __init__.py. TODO(pcm): Fix this.
|
||||
version="0.3.0",
|
||||
version="0.3.1",
|
||||
packages=find_packages(),
|
||||
cmdclass={"build_ext": build_ext},
|
||||
# The BinaryDistribution argument triggers build_ext.
|
||||
|
|
Loading…
Add table
Reference in a new issue