Update setup.py

This commit is contained in:
Jiang-Jia-Jun
2025-07-16 23:45:05 +08:00
committed by GitHub
parent 09d0073fdc
commit 3464f75f98

View File

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