diff --git a/protoc-gen-connect-python/pyproject.toml b/protoc-gen-connect-python/pyproject.toml index 3198fe4..b6afd79 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.5.0" +version = "0.6.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 d230fa9..6091422 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.5.0" +version = "0.6.0" source = { editable = "." } [package.dev-dependencies] diff --git a/pyproject.toml b/pyproject.toml index 98146df..f5d9abf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "connect-python" -version = "0.5.0" +version = "0.6.0" description = "Server and client runtime library for Connect RPC" maintainers = [ { name = "Anuraag Agrawal", email = "anuraaga@gmail.com" }, @@ -239,7 +239,7 @@ connect-python = { workspace = true } connect-python-example = { workspace = true } [tool.bumpversion] -current_version = "0.5.0" +current_version = "0.6.0" files = [ { filename = "pyproject.toml" }, { filename = "protoc-gen-connect-python/pyproject.toml" }, diff --git a/uv.lock b/uv.lock index cecc316..ff04f27 100644 --- a/uv.lock +++ b/uv.lock @@ -438,7 +438,7 @@ wheels = [ [[package]] name = "connect-python" -version = "0.5.0" +version = "0.6.0" source = { editable = "." } dependencies = [ { name = "httpx" },