bump sgl-kernel 0.0.4.post2 (#4288)

This commit is contained in:
Yineng Zhang
2025-03-11 00:09:47 -07:00
committed by GitHub
parent bde24ab31f
commit cd90945518
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.4.post1" version = "0.0.4.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.4.post1" __version__ = "0.0.4.post2"