diff --git a/sgl-model-gateway/Cargo.toml b/sgl-model-gateway/Cargo.toml index 375d003c1..c986ec881 100644 --- a/sgl-model-gateway/Cargo.toml +++ b/sgl-model-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgl-model-gateway" -version = "0.3.0" +version = "0.3.1" edition = "2021" [features] diff --git a/sgl-model-gateway/bindings/golang/Cargo.toml b/sgl-model-gateway/bindings/golang/Cargo.toml index 76a448b7c..fd2a4df6e 100644 --- a/sgl-model-gateway/bindings/golang/Cargo.toml +++ b/sgl-model-gateway/bindings/golang/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgl-model-gateway-golang" -version = "0.3.0" +version = "0.3.1" edition = "2021" [lib] diff --git a/sgl-model-gateway/bindings/python/Cargo.toml b/sgl-model-gateway/bindings/python/Cargo.toml index 291c6cf79..6e27ba047 100644 --- a/sgl-model-gateway/bindings/python/Cargo.toml +++ b/sgl-model-gateway/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgl-model-gateway-python" -version = "0.3.0" +version = "0.3.1" edition = "2021" [lib] diff --git a/sgl-model-gateway/bindings/python/pyproject.toml b/sgl-model-gateway/bindings/python/pyproject.toml index e817986f4..a76b19153 100644 --- a/sgl-model-gateway/bindings/python/pyproject.toml +++ b/sgl-model-gateway/bindings/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "sglang-router" -version = "0.3.0" +version = "0.3.1" description = "High-performance Rust-based load balancer for SGLang with multiple routing algorithms and prefill-decode disaggregation support" authors = [ {name = "Simo Lin", email = "linsimo.mark@gmail.com"}, diff --git a/sgl-model-gateway/bindings/python/src/sglang_router/version.py b/sgl-model-gateway/bindings/python/src/sglang_router/version.py index 493f7415d..260c070a8 100644 --- a/sgl-model-gateway/bindings/python/src/sglang_router/version.py +++ b/sgl-model-gateway/bindings/python/src/sglang_router/version.py @@ -1 +1 @@ -__version__ = "0.3.0" +__version__ = "0.3.1"