Set version to 0.8.1

This commit is contained in:
Edward Oakes
2020-01-07 14:25:00 -08:00
parent a3a268435f
commit 11c6b32c2e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ from ray.actor import method # noqa: E402
from ray.runtime_context import _get_runtime_context # noqa: E402
# Ray version string.
__version__ = "0.9.0.dev0"
__version__ = "0.8.1"
__all__ = [
"jobs",