Skip to content

Commit dc9d06d

Browse files
authored
chore: bump v0.2.11 (#970)
1 parent c31f084 commit dc9d06d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/
5555
### Method 2: From source
5656
```
5757
# Use the last release branch
58-
git clone -b v0.2.10 https://github.com/sgl-project/sglang.git
58+
git clone -b v0.2.11 https://github.com/sgl-project/sglang.git
5959
cd sglang
6060
6161
pip install --upgrade pip

python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sglang"
7-
version = "0.2.10"
7+
version = "0.2.11"
88
description = "SGLang is yet another fast serving framework for large language models and vision language models."
99
readme = "README.md"
1010
requires-python = ">=3.8"

python/sglang/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.10"
1+
__version__ = "0.2.11"

0 commit comments

Comments
 (0)