mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 00:33:03 +08:00
Update FASTDEPLOY_VERSION to 2.2.0
This commit is contained in:
2
setup.py
2
setup.py
@@ -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.2.0")
|
||||
cmdclass_dict["build_optl"] = PostInstallCommand
|
||||
|
||||
setup(
|
||||
|
Reference in New Issue
Block a user