From 6dc25f7b64ddafefdea050eaf324c6559b0d24f6 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Thu, 25 Dec 2025 14:16:47 +0900 Subject: [PATCH] Prepare for v0.7.0 Signed-off-by: Anuraag Agrawal --- protoc-gen-connect-python/pyproject.toml | 2 +- protoc-gen-connect-python/uv.lock | 2 +- pyproject.toml | 4 ++-- uv.lock | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/protoc-gen-connect-python/pyproject.toml b/protoc-gen-connect-python/pyproject.toml index b6afd79..ae2fc35 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.6.0" +version = "0.7.0" description = "Code generator for connect-python" maintainers = [ { name = "Anuraag Agrawal", email = "anuraaga@gmail.com" }, diff --git a/protoc-gen-connect-python/uv.lock b/protoc-gen-connect-python/uv.lock index 6091422..3f9506f 100644 --- a/protoc-gen-connect-python/uv.lock +++ b/protoc-gen-connect-python/uv.lock @@ -4,7 +4,7 @@ requires-python = ">=3.10" [[package]] name = "protoc-gen-connect-python" -version = "0.6.0" +version = "0.7.0" source = { editable = "." } [package.dev-dependencies] diff --git a/pyproject.toml b/pyproject.toml index 932b16c..ff34e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "connect-python" -version = "0.6.0" +version = "0.7.0" description = "Server and client runtime library for Connect RPC" maintainers = [ { name = "Anuraag Agrawal", email = "anuraaga@gmail.com" }, @@ -248,7 +248,7 @@ connect-python = { workspace = true } connect-python-example = { workspace = true } [tool.bumpversion] -current_version = "0.6.0" +current_version = "0.7.0" files = [ { filename = "pyproject.toml" }, { filename = "protoc-gen-connect-python/pyproject.toml" }, diff --git a/uv.lock b/uv.lock index 9a58018..3112e9d 100644 --- a/uv.lock +++ b/uv.lock @@ -443,7 +443,7 @@ wheels = [ [[package]] name = "connect-python" -version = "0.6.0" +version = "0.7.0" source = { editable = "." } dependencies = [ { name = "httpx" },