Skip to content

Commit 426cbe8

Browse files
sglang-botdcampora
authored andcommitted
chore: bump sgl-kernel version to 0.3.18.post3 (sgl-project#14427)
Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>
1 parent d237677 commit 426cbe8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sgl-kernel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88

99
[project]
1010
name = "sgl-kernel"
11-
version = "0.3.18.post2"
11+
version = "0.3.18.post3"
1212
authors = [
1313
{ name="Yineng Zhang", email="me@zhyncs.com" },
1414
]

sgl-kernel/pyproject_cpu.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "scikit_build_core.build"
88

99
[project]
1010
name = "sgl-kernel"
11-
version = "0.3.18.post2"
11+
version = "0.3.18.post3"
1212
description = "Kernel Library for SGLang"
1313
readme = "README.md"
1414
requires-python = ">=3.10"

sgl-kernel/pyproject_rocm.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99

1010
[project]
1111
name = "sgl-kernel"
12-
version = "0.3.18.post2"
12+
version = "0.3.18.post3"
1313
description = "Kernel Library for SGLang"
1414
readme = "README.md"
1515
requires-python = ">=3.10"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.18.post2"
1+
__version__ = "0.3.18.post3"

0 commit comments

Comments
 (0)