chore: bump v0.5.0rc1 (#9069)

This commit is contained in:
Yineng Zhang
2025-08-13 10:44:14 -07:00
committed by GitHub
parent 0ff6d1fce1
commit 7b56e494be
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ Add [performance optimization options](#performance-optimization-options) as nee
```bash
# Installation
pip install "sglang[all]>=0.5.0rc0"
pip install "sglang[all]>=0.5.0rc1"
# Launch
python3 -m sglang.launch_server --model deepseek-ai/DeepSeek-V3 --tp 8 --trust-remote-code

View File

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

View File

@@ -1 +1 @@
__version__ = "0.5.0rc0"
__version__ = "0.5.0rc1"