Skip to content

Commit 988f927

Browse files
authored
Prepare for v0.8.1 (#102)
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
1 parent 35b36fd commit 988f927

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.8.0"
3+
version = "0.8.1"
44
description = "Code generator for connect-python"
55
maintainers = [
66
{ name = "Anuraag Agrawal", email = "anuraaga@gmail.com" },

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

248248
[tool.bumpversion]
249-
current_version = "0.8.0"
249+
current_version = "0.8.1"
250250
files = [
251251
{ filename = "pyproject.toml" },
252252
{ 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)