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