We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8428e commit 3ad4cd4Copy full SHA for 3ad4cd4
sgl-router/py_src/sglang_router/version.py
@@ -1 +1 @@
1
-__version__ = "0.1.2"
+__version__ = "0.1.3"
sgl-router/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sglang-router"
7
-version = "0.1.2"
+version = "0.1.3"
8
description = "SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances."
9
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
10
requires-python = ">=3.8"
0 commit comments