modify version

This commit is contained in:
luukunn
2025-08-14 22:48:01 +08:00
parent bbd50c6717
commit 33abfddd9b

View File

@@ -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(