Unverified Commit 7791fd99 authored by Ata Fatahi's avatar Ata Fatahi Committed by GitHub
Browse files

Include version info into the router package (#2456)


Signed-off-by: default avatarAta Fatahi <immrata@gmail.com>
Co-authored-by: default avatarByron Hsu <byronhsu1230@gmail.com>
parent 2ac36b9a
......@@ -3,3 +3,9 @@ from sglang_router_rs import PolicyType
# no wrapper on policy type => direct export
from .router import Router
__all__ = ["Router", "PolicyType"]
from sglang_router.version import __version__
__all__ += ["__version__"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment