chore: bump v0.5.2 (#10221)

This commit is contained in:
Yineng Zhang
2025-09-11 16:09:20 -07:00
committed by GitHub
parent a2424068ec
commit b0d25e72c4
10 changed files with 23 additions and 14 deletions

View File

@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang"
version = "0.5.2rc2"
description = "SGLang is yet another fast serving framework for large language models and vision language models."
version = "0.5.2"
description = "SGLang is a fast serving framework for large language models and vision language models."
readme = "README.md"
requires-python = ">=3.10"
license = { file = "LICENSE" }

View File

@@ -1 +1 @@
__version__ = "0.5.2rc2"
__version__ = "0.5.2"