From cc3ada983f6445f98a88fa890a8130f40eb0f2af Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sun, 21 Jan 2024 01:45:02 -0800 Subject: [PATCH] Bump version to 0.1.6 (#68) --- 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 6479ef48b..0fd0c3cc1 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sglang" -version = "0.1.5" +version = "0.1.6" 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 750a79c02..1e94eed25 100644 --- a/python/sglang/__init__.py +++ b/python/sglang/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.5" +__version__ = "0.1.6" from sglang.api import * from sglang.global_config import global_config