Release v0.4.0.post1 (#2375)

This commit is contained in:
Lianmin Zheng
2024-12-06 06:08:19 -08:00
committed by GitHub
parent 0e7409adb6
commit e5f227c0ee
5 changed files with 10 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang"
version = "0.4.0"
version = "0.4.0.post1"
description = "SGLang is yet another fast serving framework for large language models and vision language models."
readme = "README.md"
requires-python = ">=3.8"

View File

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