Update FASTDEPLOY_VERSION to 2.3.0-dev

This commit is contained in:
Jiang-Jia-Jun
2025-09-01 16:48:42 +08:00
committed by GitHub
parent 2bd7d90929
commit 0297127a93

View File

@@ -185,7 +185,7 @@ def get_name():
cmdclass_dict = {"bdist_wheel": CustomBdistWheel}
cmdclass_dict["build_ext"] = CMakeBuild
FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.1.0-dev")
FASTDEPLOY_VERSION = os.environ.get("FASTDEPLOY_VERSION", "2.3.0-dev")
cmdclass_dict["build_optl"] = PostInstallCommand
setup(