Update setup.py

This commit is contained in:
Jiang-Jia-Jun
2025-07-15 14:57:40 +08:00
committed by GitHub
parent 337d76f094
commit 3ec126dc02

View File

@@ -172,7 +172,7 @@ cmdclass_dict['build_ext'] = CMakeBuild
setup( setup(
name=get_name(), name=get_name(),
version="2.0.0", version="2.0.1",
author="PaddlePaddle", author="PaddlePaddle",
author_email="dltp@baidu.com", author_email="dltp@baidu.com",
description="FastDeploy: Large Language Model Serving.", description="FastDeploy: Large Language Model Serving.",