diff --git a/setup.py b/setup.py index 4c83af043..2a25c6cf4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ package_data = {"lightllm": ["models/deepseek2/layer_infer/vllm_configs/*.json"]} setup( name="lightllm", - version="2.0.0", + version="3.0.0", packages=find_packages(exclude=("build", "include", "test", "dist", "docs", "benchmarks", "lightllm.egg-info")), author="model toolchain", author_email="",