We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23308a9 commit 1a5023eCopy full SHA for 1a5023e
sgl-kernel/pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
10
[project]
11
name = "sgl-kernel"
12
-version = "0.0.4"
+version = "0.0.4.post1"
13
description = "Kernel Library for SGLang"
14
readme = "README.md"
15
requires-python = ">=3.9"
sgl-kernel/python/sgl_kernel/version.py
@@ -1 +1 @@
1
-__version__ = "0.0.4"
+__version__ = "0.0.4.post1"
0 commit comments