Bump version to 0.7.7

This commit is contained in:
Ed Oakes
2019-11-27 08:21:38 -06:00
parent df453c2a2f
commit a39325d818
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,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.dev6"
__version__ = "0.7.7"
__all__ = [
"global_state",