From a39126672ada41c24efe7fa19f2e8b2fa7242691 Mon Sep 17 00:00:00 2001 From: sglang-bot Date: Sun, 21 Dec 2025 13:15:23 -0800 Subject: [PATCH] chore: bump sgl-kernel version to 0.3.20 (#15564) --- .github/workflows/pr-test.yml | 4 ++-- sgl-kernel/pyproject.toml | 2 +- sgl-kernel/pyproject_cpu.toml | 2 +- sgl-kernel/pyproject_rocm.toml | 2 +- sgl-kernel/python/sgl_kernel/version.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 355668de6..82b3099eb 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -221,7 +221,7 @@ jobs: - name: Install dependencies run: | - CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/ci_install_dependency.sh + CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/ci_install_dependency.sh diffusion - name: Run test timeout-minutes: 30 @@ -327,7 +327,7 @@ jobs: - name: Install dependencies run: | - CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} IS_BLACKWELL=1 bash scripts/ci/ci_install_dependency.sh + CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} IS_BLACKWELL=1 bash scripts/ci/ci_install_dependency.sh diffusion - name: Run sgl-kernel unit tests on B200 timeout-minutes: 30 diff --git a/sgl-kernel/pyproject.toml b/sgl-kernel/pyproject.toml index 06a9173a1..ed3dfde54 100644 --- a/sgl-kernel/pyproject.toml +++ b/sgl-kernel/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" [project] name = "sgl-kernel" -version = "0.3.19" +version = "0.3.20" authors = [ { name="Yineng Zhang", email="me@zhyncs.com" }, ] diff --git a/sgl-kernel/pyproject_cpu.toml b/sgl-kernel/pyproject_cpu.toml index 46e89a694..04969e2b5 100644 --- a/sgl-kernel/pyproject_cpu.toml +++ b/sgl-kernel/pyproject_cpu.toml @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" [project] name = "sgl-kernel" -version = "0.3.19" +version = "0.3.20" description = "Kernel Library for SGLang" readme = "README.md" requires-python = ">=3.10" diff --git a/sgl-kernel/pyproject_rocm.toml b/sgl-kernel/pyproject_rocm.toml index 9432ef014..7895058fc 100644 --- a/sgl-kernel/pyproject_rocm.toml +++ b/sgl-kernel/pyproject_rocm.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "sgl-kernel" -version = "0.3.19" +version = "0.3.20" description = "Kernel Library for SGLang" readme = "README.md" requires-python = ">=3.10" diff --git a/sgl-kernel/python/sgl_kernel/version.py b/sgl-kernel/python/sgl_kernel/version.py index 08aad71ad..8b971c7c8 100644 --- a/sgl-kernel/python/sgl_kernel/version.py +++ b/sgl-kernel/python/sgl_kernel/version.py @@ -1 +1 @@ -__version__ = "0.3.19" +__version__ = "0.3.20"