Files
ray-project--ray/python/ray/_version.py
T
2026-07-13 13:17:40 +08:00

7 lines
181 B
Python

# Replaced with the current commit when building the wheels.
commit = "{{RAY_COMMIT_SHA}}"
version = "3.0.0.dev0"
if __name__ == "__main__":
print("%s %s" % (version, commit))