From 4e7c498e5df32cf563eef7137d764cd7fb504dc9 Mon Sep 17 00:00:00 2001 From: wangchao Date: Fri, 1 Aug 2025 11:25:10 +0800 Subject: [PATCH] update post to 14 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b18fa0664..925c57ac7e 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ from wheel.bdist_wheel import bdist_wheel BASE_DIR = os.path.dirname(os.path.realpath(__file__)) THIRD_PARTY_PATH = os.path.join(BASE_DIR, "third_party") -VERSION = '2.1.0.post13' +VERSION = '2.1.0.post14' UNKNOWN = "Unknown" BUILD_PERMISSION = stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR | stat.S_IRGRP | stat.S_IXGRP -- Gitee