[Others] Update FASTDEPLOY_VERSION to 2.5.0-dev

This commit is contained in:
YuBaoku
2026-02-25 20:12:09 +08:00
committed by GitHub
parent fa8a2e32c8
commit e18397134a
+1 -1
View File
@@ -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