Release sgl-kernel v0.0.4.post1 (#4255)

This commit is contained in:
Lianmin Zheng
2025-03-10 02:39:50 -07:00
committed by GitHub
parent 23308a9032
commit 1a5023e05d
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -1 +1 @@
__version__ = "0.0.4"
__version__ = "0.0.4.post1"