Bump version

This commit is contained in:
Ed Oakes
2019-10-08 13:13:04 -07:00
parent 42dd0fae96
commit ce295419f5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ from ray.actor import method # noqa: E402
from ray.runtime_context import _get_runtime_context # noqa: E402
# Ray version string.
__version__ = "0.8.0.dev5"
__version__ = "0.7.6"
__all__ = [
"global_state",