diff --git a/setup.py b/setup.py index 94c5b192e..b8d6686bb 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ package_data = {"lightllm": ["common/all_kernel_configs/*/*.json", "common/triton_utils/*/*/*/*/*.json"]} setup( name="lightllm", - version="1.1.0", + version="1.2.0", packages=find_packages(exclude=("build", "include", "test", "dist", "docs", "benchmarks", "lightllm.egg-info")), author="model toolchain", author_email="",