bump router to 0.1.4 (#3094)

This commit is contained in:
Byron Hsu
2025-01-23 20:32:43 -08:00
committed by GitHub
parent 9a0cc2e90e
commit 8d8ef8497e
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "sglang-router"
version = "0.1.3"
version = "0.1.4"
description = "SGLang router is a standalone module implemented in Rust to achieve data parallelism across SGLang instances."
authors = [{name = "Byron Hsu", email = "byronhsu1230@gmail.com"}]
requires-python = ">=3.8"