Skip to content

Commit 7b69d91

Browse files
authored
Release v0.3.3 (#1605)
1 parent e8613df commit 7b69d91

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
@@ -65,7 +65,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/
6565
### Method 2: From source
6666
```
6767
# Use the last release branch
68-
git clone -b v0.3.2 https://github.com/sgl-project/sglang.git
68+
git clone -b v0.3.3 https://github.com/sgl-project/sglang.git
6969
cd sglang
7070
7171
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.3.2"
7+
version = "0.3.3"
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.3.2"
1+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)