chore: bump sgl-kernel version to 0.3.16.post5 (#12511)

This commit is contained in:
sglang-bot
2025-11-02 14:08:11 +08:00
committed by GitHub
parent 76196b3cbf
commit a920b9dace
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ ARG GRACE_BLACKWELL_DEEPEP_BRANCH=gb200_blog_part_2
ARG DEEPEP_COMMIT=9af0e0d0e74f3577af1979c9b9e1ac2cad0104ee
ARG TRITON_LANG_COMMIT=4caa0328bf8df64896dd5f6fb9df41b0eb2e750a
ARG SGL_KERNEL_VERSION=0.3.16.post4
ARG SGL_KERNEL_VERSION=0.3.16.post5
ARG GDRCOPY_VERSION=2.5.1
ARG NVSHMEM_VERSION=3.4.5

View File

@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "sgl-kernel"
version = "0.3.16.post4"
version = "0.3.16.post5"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.10"

View File

@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "sgl-kernel"
version = "0.3.16.post4"
version = "0.3.16.post5"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.10"

View File

@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sgl-kernel"
version = "0.3.16.post4"
version = "0.3.16.post5"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.10"

View File

@@ -1 +1 @@
__version__ = "0.3.16.post4"
__version__ = "0.3.16.post5"