From c952ee5ac14c8473aa15003b303945c5af9e3f0f Mon Sep 17 00:00:00 2001 From: sglang-bot Date: Wed, 5 Aug 2026 17:46:54 -0700 Subject: [PATCH] chore: bump sgl-kernel version to 0.4.6 (#33678) Co-authored-by: sglang-bot --- python/sglang/kernels/aot/pyproject.toml | 2 +- python/sglang/kernels/aot/pyproject_cpu.toml | 2 +- python/sglang/kernels/aot/pyproject_musa.toml | 2 +- python/sglang/kernels/aot/pyproject_rocm.toml | 2 +- python/sglang/kernels/aot/python/sgl_kernel/version.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python/sglang/kernels/aot/pyproject.toml b/python/sglang/kernels/aot/pyproject.toml index f64edb0af..e40128360 100644 --- a/python/sglang/kernels/aot/pyproject.toml +++ b/python/sglang/kernels/aot/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" [project] name = "sglang-kernel" -version = "0.4.5" +version = "0.4.6" authors = [ { name="SGLang Kernel Team", email="sglang@lmsys.org" }, ] diff --git a/python/sglang/kernels/aot/pyproject_cpu.toml b/python/sglang/kernels/aot/pyproject_cpu.toml index f928eb28b..3ff60d23e 100644 --- a/python/sglang/kernels/aot/pyproject_cpu.toml +++ b/python/sglang/kernels/aot/pyproject_cpu.toml @@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build" [project] name = "sglang-kernel-cpu" -version = "0.4.5" +version = "0.4.6" description = "CPU Kernel Library for SGLang" readme = "README.md" requires-python = ">=3.10" diff --git a/python/sglang/kernels/aot/pyproject_musa.toml b/python/sglang/kernels/aot/pyproject_musa.toml index 45dc6c065..fb29172b7 100644 --- a/python/sglang/kernels/aot/pyproject_musa.toml +++ b/python/sglang/kernels/aot/pyproject_musa.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang-kernel" -version = "0.4.5" +version = "0.4.6" description = "Kernel Library for SGLang" readme = "README.md" requires-python = ">=3.10" diff --git a/python/sglang/kernels/aot/pyproject_rocm.toml b/python/sglang/kernels/aot/pyproject_rocm.toml index f7e9ba6ed..1d01c9e01 100644 --- a/python/sglang/kernels/aot/pyproject_rocm.toml +++ b/python/sglang/kernels/aot/pyproject_rocm.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang-kernel" -version = "0.4.5" +version = "0.4.6" description = "Kernel Library for SGLang" readme = "README.md" requires-python = ">=3.10" diff --git a/python/sglang/kernels/aot/python/sgl_kernel/version.py b/python/sglang/kernels/aot/python/sgl_kernel/version.py index 98a433b31..3dd3d2d51 100644 --- a/python/sglang/kernels/aot/python/sgl_kernel/version.py +++ b/python/sglang/kernels/aot/python/sgl_kernel/version.py @@ -1 +1 @@ -__version__ = "0.4.5" +__version__ = "0.4.6"