Skip to content

Commit ee84148

Browse files
authored
Prepare for v0.6.0 (#60)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent 9ac1f2d commit ee84148

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.5.0"
3+
version = "0.6.0"
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.5.0"
3+
version = "0.6.0"
44
description = "Server and client runtime library for Connect RPC"
55
maintainers = [
66
{ name = "Anuraag Agrawal", email = "anuraaga@gmail.com" },
@@ -239,7 +239,7 @@ connect-python = { workspace = true }
239239
connect-python-example = { workspace = true }
240240

241241
[tool.bumpversion]
242-
current_version = "0.5.0"
242+
current_version = "0.6.0"
243243
files = [
244244
{ filename = "pyproject.toml" },
245245
{ 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)