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 (