mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 13:49:45 +08:00
add version string (#304)
This commit is contained in:
committed by
Robert Nishihara
parent
44064389b9
commit
dd301e4baa
@@ -7,6 +7,9 @@ SHELL_MODE = 2
|
||||
PYTHON_MODE = 3
|
||||
SILENT_MODE = 4 # This is only used during testing.
|
||||
|
||||
# Ray version string
|
||||
__version__ = "0.1"
|
||||
|
||||
import ctypes
|
||||
# Windows only
|
||||
if hasattr(ctypes, "windll"):
|
||||
|
||||
Reference in New Issue
Block a user