add version string (#304)

This commit is contained in:
Philipp Moritz
2016-07-27 11:29:22 -07:00
committed by Robert Nishihara
parent 44064389b9
commit dd301e4baa
+3
View File
@@ -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"):