diff --git a/lib/python/ray/__init__.py b/lib/python/ray/__init__.py index 9255762f3..762b69570 100644 --- a/lib/python/ray/__init__.py +++ b/lib/python/ray/__init__.py @@ -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"):