chore: bump sgl-kernel version to 0.4.5 (#31496)

This commit is contained in:
sglang-bot
2026-07-17 14:00:55 -07:00
committed by GitHub
parent ae3f62613a
commit c00206c68c
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
[project] [project]
name = "sglang-kernel" name = "sglang-kernel"
version = "0.4.4" version = "0.4.5"
authors = [ authors = [
{ name="SGLang Kernel Team", email="sglang@lmsys.org" }, { name="SGLang Kernel Team", email="sglang@lmsys.org" },
] ]
+1 -1
View File
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
[project] [project]
name = "sglang-kernel-cpu" name = "sglang-kernel-cpu"
version = "0.4.4" version = "0.4.5"
description = "CPU Kernel Library for SGLang" description = "CPU Kernel Library for SGLang"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
+1 -1
View File
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "sglang-kernel" name = "sglang-kernel"
version = "0.4.4" version = "0.4.5"
description = "Kernel Library for SGLang" description = "Kernel Library for SGLang"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
+1 -1
View File
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "sglang-kernel" name = "sglang-kernel"
version = "0.4.4" version = "0.4.5"
description = "Kernel Library for SGLang" description = "Kernel Library for SGLang"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.4.4" __version__ = "0.4.5"