From 72bb3443880d5a7e382cb9783a8231021e130ae2 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 12 May 2024 14:22:33 -0700 Subject: [PATCH] Update version to 0.1.15 (#431) --- 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 d60477f82..06a0c5a8c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang" -version = "0.1.14" +version = "0.1.15" description = "A structured generation langauge for LLMs." readme = "README.md" requires-python = ">=3.8" diff --git a/python/sglang/__init__.py b/python/sglang/__init__.py index a196b5e4b..741d8cc72 100644 --- a/python/sglang/__init__.py +++ b/python/sglang/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.14" +__version__ = "0.1.15" # SGL API Components from sglang.api import (