bump v0.0.5.post1 (#4437)

This commit is contained in:
Yineng Zhang
2025-03-14 15:00:26 -07:00
committed by GitHub
parent 61e4433caf
commit 862fe52241
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.5"
version = "0.0.5.post1"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.9"

View File

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