diff --git a/sgl-model-gateway/Cargo.toml b/sgl-model-gateway/Cargo.toml index ce423c045..d5d2d2f60 100644 --- a/sgl-model-gateway/Cargo.toml +++ b/sgl-model-gateway/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sgl-model-gateway" -version = "0.2.4" +version = "0.3.0" edition = "2021" [features] diff --git a/sgl-model-gateway/bindings/golang/Cargo.toml b/sgl-model-gateway/bindings/golang/Cargo.toml index e4c9a0686..13c60bdba 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.2.4" +version = "0.3.0" edition = "2021" [lib] diff --git a/sgl-model-gateway/bindings/python/Cargo.toml b/sgl-model-gateway/bindings/python/Cargo.toml index f44f74a9a..291c6cf79 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.2.4" +version = "0.3.0" edition = "2021" [lib] diff --git a/sgl-model-gateway/bindings/python/pyproject.toml b/sgl-model-gateway/bindings/python/pyproject.toml index a9f0a4b1f..918bd4175 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.2.4" +version = "0.3.0" 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/sglang_router/version.py b/sgl-model-gateway/bindings/python/sglang_router/version.py index 788da1fb3..493f7415d 100644 --- a/sgl-model-gateway/bindings/python/sglang_router/version.py +++ b/sgl-model-gateway/bindings/python/sglang_router/version.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.3.0"