From c824b8ee8835333dc6781415bf03db2638d35195 Mon Sep 17 00:00:00 2001 From: paer Date: Sat, 5 Aug 2023 09:47:02 +0800 Subject: [PATCH] PEP440 qualified package name --- 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 8236d2051b37..01afbc3150d8 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.0+occlum" +__version__ = "1.13.0post1" import ray._raylet # noqa: E402