From 77843485cb045270246ee9aa2fc06c63b95dc305 Mon Sep 17 00:00:00 2001 From: Jason Chen <892670992@qq.com> Date: Fri, 15 Dec 2023 00:24:26 +0800 Subject: [PATCH] post2 version with minor fix (#405) Signed-off-by: JasonChen <892670992@qq.com> --- 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 01afbc3150d8f..0076c8962c283 100644 --- a/python/ray/__init__.py +++ b/python/ray/__init__.py @@ -110,7 +110,7 @@ def _configure_system(): # Replaced with the current commit when building the wheels. __commit__ = "{{RAY_COMMIT_SHA}}" -__version__ = "1.13.0post1" +__version__ = "1.13.0post2" import ray._raylet # noqa: E402