From f3817cb0b20595ac9abf77855cc9e0883d72c194 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Tue, 9 Sep 2025 01:40:05 -0700 Subject: [PATCH] chore: bump v0.3.9 sgl-kernel (#10208) --- .github/workflows/pr-test-pd-router.yml | 2 +- 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, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-test-pd-router.yml b/.github/workflows/pr-test-pd-router.yml index aa1b3193d..57a239399 100644 --- a/.github/workflows/pr-test-pd-router.yml +++ b/.github/workflows/pr-test-pd-router.yml @@ -119,7 +119,7 @@ jobs: python3 -m pip --no-cache-dir install -e "python[all]" --break-system-packages python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.5 python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.2 - python3 -m pip --no-cache-dir install sgl-kernel==0.3.8 + python3 -m pip --no-cache-dir install sgl-kernel==0.3.9 - name: Build and install sgl-router run: | diff --git a/sgl-kernel/pyproject.toml b/sgl-kernel/pyproject.toml index f582bb41d..bf76b2e1b 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.8" +version = "0.3.9" description = "Kernel Library for SGLang" readme = "README.md" requires-python = ">=3.10" diff --git a/sgl-kernel/pyproject_cpu.toml b/sgl-kernel/pyproject_cpu.toml index bad52828b..a5fba488e 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.8" +version = "0.3.9" 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 41b143c81..2426e7925 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.8" +version = "0.3.9" 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 4ad67eb7a..771bc6e62 100644 --- a/sgl-kernel/python/sgl_kernel/version.py +++ b/sgl-kernel/python/sgl_kernel/version.py @@ -1 +1 @@ -__version__ = "0.3.8" +__version__ = "0.3.9"