Release sgl-kernel v0.0.5.post2 (#4469)

This commit is contained in:
Lianmin Zheng
2025-03-16 01:01:53 -07:00
committed by GitHub
parent 52a34d7448
commit 3db35c1af4
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "sgl-kernel" name = "sgl-kernel"
version = "0.0.5.post1" version = "0.0.5.post2"
description = "Kernel Library for SGLang" description = "Kernel Library for SGLang"
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"

View File

@@ -1 +1 @@
__version__ = "0.0.5.post1" __version__ = "0.0.5.post2"