From e18397134a93c4a2bd64ed9be52db7dffe9f8c23 Mon Sep 17 00:00:00 2001 From: YuBaoku <49938469+EmmonsCurse@users.noreply.github.com> Date: Wed, 25 Feb 2026 20:12:09 +0800 Subject: [PATCH] [Others] Update FASTDEPLOY_VERSION to 2.5.0-dev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7f24bc7e8b..55e78125f5 100644 --- a/setup.py +++ b/setup.py @@ -251,7 +251,7 @@ def get_name(): cmdclass_dict = {"bdist_wheel": CustomBdistWheel} cmdclass_dict["build_ext"] = CMakeBuild -FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.4.0-dev") +FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.5.0-dev") cmdclass_dict["build_optl"] = PostInstallCommand