Skip to content

Commit

Permalink
Bump version to 0.1.20 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Jul 14, 2024
1 parent 5949b1c commit 5d264a9
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.19"
version = "0.1.20"
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.19"
__version__ = "0.1.20"

# SGL API Components
from sglang.api import (
Expand Down

0 comments on commit 5d264a9

Please sign in to comment.