From 23f2f97bc8b6bfea6376551a41895552f1cbf0b2 Mon Sep 17 00:00:00 2001 From: qyh111 Date: Sat, 13 Dec 2025 02:08:43 -0800 Subject: [PATCH] set version to 0.2.0rc1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f22da52..362da1aa 100644 --- a/setup.py +++ b/setup.py @@ -102,7 +102,7 @@ def build_cmake(self, ext: CMakeExtension): setup( name="uc-manager", - version="0.1.2", + version="0.2.0rc1", description="Unified Cache Management", author="Unified Cache Team", packages=find_packages(),