From 9d17f6c5945b5284a72778ebfc78734254ab2b62 Mon Sep 17 00:00:00 2001 From: GuoGuanghao Date: Thu, 19 Sep 2024 15:52:39 +0800 Subject: [PATCH] modify version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 73cfdc9c1b..f96cb7163b 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,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 = '1.11.0.post14' +VERSION = '1.11.0.post15' UNKNOWN = "Unknown" BUILD_PERMISSION = stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR | stat.S_IRGRP | stat.S_IXGRP call_once_flag = 0 -- Gitee