Skip to content

Commit 35e3b32

Browse files
committed
Prepare for v0.7.1
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent 5342eac commit 35e3b32

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

protoc-gen-connect-python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "protoc-gen-connect-python"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Code generator for connect-python"
55
maintainers = [
66
{ name = "Anuraag Agrawal", email = "anuraaga@gmail.com" },

protoc-gen-connect-python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "connect-python"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Server and client runtime library for Connect RPC"
55
maintainers = [
66
{ name = "Anuraag Agrawal", email = "anuraaga@gmail.com" },
@@ -248,7 +248,7 @@ connect-python = { workspace = true }
248248
connect-python-example = { workspace = true }
249249

250250
[tool.bumpversion]
251-
current_version = "0.7.0"
251+
current_version = "0.7.1"
252252
files = [
253253
{ filename = "pyproject.toml" },
254254
{ filename = "protoc-gen-connect-python/pyproject.toml" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)