Fix version bump script to handle TOML files with outdated versions (#11787)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Kangyan-Zhou
2025-10-19 18:10:26 -07:00
committed by GitHub
parent 24ed3f32c0
commit 53529f46cc
2 changed files with 46 additions and 2 deletions

View File

@@ -19,7 +19,6 @@ def main():
version_file = Path("python/sglang/version.py")
files_to_update = [
Path("Makefile"),
Path("benchmark/deepseek_v3/README.md"),
Path("docker/Dockerfile.rocm"),
Path("docs/get_started/install.md"),