single sourcing the package version (#3220)

This commit is contained in:
xutianming
2018-11-05 05:53:55 +08:00
committed by Philipp Moritz
parent 369cb833fe
commit fb6ac28b44
2 changed files with 14 additions and 4 deletions
+1 -2
View File
@@ -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__ = [