Skip to content

Commit 30643fe

Browse files
Release v0.3.4.post2 (#1796)
Co-authored-by: DarkSharpness <[email protected]>
1 parent e646c59 commit 30643fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Note: Please check the [FlashInfer installation doc](https://docs.flashinfer.ai/
6565
### Method 2: From source
6666
```
6767
# Use the last release branch
68-
git clone -b v0.3.4.post1 https://github.com/sgl-project/sglang.git
68+
git clone -b v0.3.4.post2 https://github.com/sgl-project/sglang.git
6969
cd sglang
7070
7171
pip install --upgrade pip

docs/en/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Note: Please check the [FlashInfer installation doc](https://docs.flashinfer.ai/
1616
### Method 2: From source
1717
```
1818
# Use the last release branch
19-
git clone -b v0.3.4.post1 https://github.com/sgl-project/sglang.git
19+
git clone -b v0.3.4.post2 https://github.com/sgl-project/sglang.git
2020
cd sglang
2121
2222
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.4.post1"
7+
version = "0.3.4.post2"
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.4.post1"
1+
__version__ = "0.3.4.post2"

0 commit comments

Comments
 (0)