Skip to content

Commit

Permalink
bump version to 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying1123 committed Jul 4, 2024
1 parent 63fbef9 commit 2f11936
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.17"
version = "0.1.18"
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.17"
__version__ = "0.1.18"

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

0 comments on commit 2f11936

Please sign in to comment.