mirror of
https://github.com/wassname/ray.git
synced 2026-07-07 14:08:40 +08:00
single sourcing the package version (#3220)
This commit is contained in:
committed by
Philipp Moritz
parent
369cb833fe
commit
fb6ac28b44
@@ -61,8 +61,7 @@ import ray.internal # noqa: E402
|
||||
import ray.actor # noqa: F401
|
||||
from ray.actor import method # noqa: E402
|
||||
|
||||
# Ray version string. TODO(rkn): This is also defined separately in setup.py.
|
||||
# Fix this.
|
||||
# Ray version string.
|
||||
__version__ = "0.5.3"
|
||||
|
||||
__all__ = [
|
||||
|
||||
Reference in New Issue
Block a user