chore: bump sgl-kernel version to 0.4.2.post2 (#25326)

Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
This commit is contained in:
sglang-bot
2026-05-14 17:53:17 -07:00
committed by GitHub
co-authored by sglang-bot
parent 626fd61308
commit 0fde61535f
7 changed files with 6 additions and 8 deletions
@@ -56,8 +56,6 @@ jobs:
include:
- python-version: "3.10"
cuda-version: "13.0"
- python-version: "3.10"
cuda-version: "12.9"
name: ${{ inputs.job_display_name }}
steps:
- name: Cleanup
+1 -1
View File
@@ -65,7 +65,7 @@ FetchContent_Populate(repo-fmt)
FetchContent_Declare(
repo-triton
GIT_REPOSITORY "https://github.com/triton-lang/triton"
GIT_TAG v3.5.1
GIT_TAG v3.6.0
GIT_SHALLOW OFF
)
FetchContent_Populate(repo-triton)
+1 -1
View File
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "sglang-kernel"
version = "0.4.2.post1"
version = "0.4.2.post2"
authors = [
{ name="SGLang Kernel Team", email="sglang@lmsys.org" },
]
+1 -1
View File
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "sglang-kernel-cpu"
version = "0.4.2.post1"
version = "0.4.2.post2"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.10"
+1 -1
View File
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang-kernel"
version = "0.4.2.post1"
version = "0.4.2.post2"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.10"
+1 -1
View File
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang-kernel"
version = "0.4.2.post1"
version = "0.4.2.post2"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.10"
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.4.2.post1"
__version__ = "0.4.2.post2"