From 5bd953749b520070a5b72b5b99b9a92853698685 Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Fri, 16 Aug 2024 01:50:43 +0800 Subject: [PATCH] chore: bump v0.2.13 (#1111) --- README.md | 2 +- python/pyproject.toml | 2 +- python/sglang/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 451e0a6934..5434bb25f6 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ pip install flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/ ### Method 2: From source ``` # Use the last release branch -git clone -b v0.2.12 https://github.com/sgl-project/sglang.git +git clone -b v0.2.13 https://github.com/sgl-project/sglang.git cd sglang pip install --upgrade pip diff --git a/python/pyproject.toml b/python/pyproject.toml index 22a906e8aa..7ba4b4c6bd 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang" -version = "0.2.12" +version = "0.2.13" description = "SGLang is yet another fast serving framework for large language models and vision language models." readme = "README.md" requires-python = ">=3.8" diff --git a/python/sglang/version.py b/python/sglang/version.py index b5c9b6cb71..11ef092868 100644 --- a/python/sglang/version.py +++ b/python/sglang/version.py @@ -1 +1 @@ -__version__ = "0.2.12" +__version__ = "0.2.13"