Skip to content

Commit

Permalink
Bump version to 0.1.6 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy authored Jan 21, 2024
1 parent a837166 commit cc3ada9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion python/sglang/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.5"
__version__ = "0.1.6"

from sglang.api import *
from sglang.global_config import global_config

0 comments on commit cc3ada9

Please sign in to comment.