From e0ae5d42ecdd06a749969f28b67df688e9edec8b Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Mon, 13 May 2024 17:29:17 -0700 Subject: [PATCH] Update version to 0.1.16 (#438) --- python/pyproject.toml | 4 ++-- python/sglang/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 734e9275d..ea563eb4d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang" -version = "0.1.15" +version = "0.1.16" description = "A structured generation langauge for LLMs." readme = "README.md" requires-python = ">=3.8" @@ -33,4 +33,4 @@ all = ["sglang[srt]", "sglang[openai]", "sglang[anthropic]"] exclude = ["assets*", "benchmark*", "docs*", "dist*", "playground*", "scripts*", "tests*"] [tool.wheel] -exclude = ["assets*", "benchmark*", "docs*", "dist*", "playground*", "scripts*", "tests*"] \ No newline at end of file +exclude = ["assets*", "benchmark*", "docs*", "dist*", "playground*", "scripts*", "tests*"] diff --git a/python/sglang/__init__.py b/python/sglang/__init__.py index f2ddfc641..0d3010bbe 100644 --- a/python/sglang/__init__.py +++ b/python/sglang/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.15" +__version__ = "0.1.16" # SGL API Components from sglang.api import (