From 9f94728f5aa7d4e73727fa31dfd58f3ab2d2035b Mon Sep 17 00:00:00 2001 From: Ying Sheng Date: Tue, 23 Jul 2024 13:53:19 -0700 Subject: [PATCH] bump version to 0.1.23 (#706) --- python/pyproject.toml | 2 +- python/sglang/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index c305200a7..71fa5f8fb 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang" -version = "0.1.22" +version = "0.1.23" 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/__init__.py b/python/sglang/__init__.py index 8e155bb02..362b46a6b 100644 --- a/python/sglang/__init__.py +++ b/python/sglang/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.22" +__version__ = "0.1.23" # SGL API Components from sglang.api import (