From 9af58eabd1b16871a7bb7661a31c46efa8255362 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Tue, 27 Jan 2026 09:25:21 +0900 Subject: [PATCH] Prepare for v0.8.1 Signed-off-by: Anuraag Agrawal --- protoc-gen-connect-python/pyproject.toml | 2 +- pyproject.toml | 4 ++-- uv.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/protoc-gen-connect-python/pyproject.toml b/protoc-gen-connect-python/pyproject.toml index 1bcf213..6c5b25f 100644 --- a/protoc-gen-connect-python/pyproject.toml +++ b/protoc-gen-connect-python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "protoc-gen-connect-python" -version = "0.8.0" +version = "0.8.1" description = "Code generator for connect-python" maintainers = [ { name = "Anuraag Agrawal", email = "anuraaga@gmail.com" }, diff --git a/pyproject.toml b/pyproject.toml index 9feb13e..5b13a15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "connect-python" -version = "0.8.0" +version = "0.8.1" description = "Server and client runtime library for Connect RPC" maintainers = [ { name = "Anuraag Agrawal", email = "anuraaga@gmail.com" }, @@ -246,7 +246,7 @@ connect-python = { workspace = true } connect-python-example = { workspace = true } [tool.bumpversion] -current_version = "0.8.0" +current_version = "0.8.1" files = [ { filename = "pyproject.toml" }, { filename = "protoc-gen-connect-python/pyproject.toml" }, diff --git a/uv.lock b/uv.lock index 6c6ed2e..d94c357 100644 --- a/uv.lock +++ b/uv.lock @@ -394,7 +394,7 @@ wheels = [ [[package]] name = "connect-python" -version = "0.8.0" +version = "0.8.1" source = { editable = "." } dependencies = [ { name = "protobuf" },