Add __commit__ field to ray package in wheels (#7305)

This commit is contained in:
Edward Oakes
2020-02-26 17:54:23 -08:00
committed by GitHub
parent 2ad9bc5684
commit ee0f71e398
5 changed files with 23 additions and 2 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ from ray.runtime_context import _get_runtime_context # noqa: E402
from ray.cross_language import java_function, java_actor_class # noqa: E402
from ray import util # noqa: E402
# Ray version string.
# Replaced with the current commit when building the wheels.
__commit__ = "{{RAY_COMMIT_SHA}}"
__version__ = "0.9.0.dev0"
__all__ = [