From 66c30e3ad01c6e2222effb2dafacb57b79a301f5 Mon Sep 17 00:00:00 2001 From: Edward Oakes Date: Wed, 18 Nov 2020 14:07:43 -0600 Subject: [PATCH] Set version to 1.0.1.post1 --- python/ray/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/__init__.py b/python/ray/__init__.py index 9089059c5..9aedaa99d 100644 --- a/python/ray/__init__.py +++ b/python/ray/__init__.py @@ -102,7 +102,7 @@ from ray import util # noqa: E402 # Replaced with the current commit when building the wheels. __commit__ = "{{RAY_COMMIT_SHA}}" -__version__ = "1.0.1" +__version__ = "1.0.1.post1" __all__ = [ "__version__",