From f4190f03673ff383bb22d6a405151ebb33f24e06 Mon Sep 17 00:00:00 2001 From: qyh111 Date: Mon, 1 Dec 2025 04:56:46 -0800 Subject: [PATCH] set version to 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a617c74..8b4c8f66 100644 --- a/setup.py +++ b/setup.py @@ -135,7 +135,7 @@ def _get_package_data_with_so(): setup( name="uc-manager", - version="0.1.0rc4", + version="0.1.0", description="Unified Cache Management", author="Unified Cache Team", packages=find_packages(),