From 459abad2615e09f4e1bd28313b60fb1ada12c432 Mon Sep 17 00:00:00 2001 From: Ying Sheng Date: Wed, 24 Jul 2024 15:55:01 -0700 Subject: [PATCH] Bump version to 0.1.24 (#718) --- 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 71fa5f8fb..890675596 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang" -version = "0.1.23" +version = "0.1.24" 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 362b46a6b..67af1419e 100644 --- a/python/sglang/__init__.py +++ b/python/sglang/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.23" +__version__ = "0.1.24" # SGL API Components from sglang.api import (