Update docs for reasoing-parser

This commit is contained in:
Jiang-Jia-Jun
2025-09-01 17:41:16 +08:00
parent c49c43d51c
commit 4da603daec
3 changed files with 3 additions and 3 deletions

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.1")
cmdclass_dict["build_optl"] = PostInstallCommand
setup(