From 33abfddd9b38dc726d203586f49fdb2b7a33e81a Mon Sep 17 00:00:00 2001 From: luukunn <981429396@qq.com> Date: Thu, 14 Aug 2025 22:48:01 +0800 Subject: [PATCH] modify version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e13e70d07..55c7ee669 100644 --- a/setup.py +++ b/setup.py @@ -181,7 +181,7 @@ def get_name(): cmdclass_dict = {"bdist_wheel": CustomBdistWheel} cmdclass_dict["build_ext"] = CMakeBuild -FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.1.0") +FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.1.0+x1_patch") cmdclass_dict["build_optl"] = PostInstallCommand setup(