Skip to content

Commit 878140b

Browse files
Fix version bug (#53)
1 parent f596d3d commit 878140b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "betterproto2"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "A better Protobuf / gRPC generator & library"
55
authors = ["Adrien Vannson <[email protected]>", "Daniel G. Taylor <[email protected]>"]
66
readme = "README.md"

src/betterproto2/internal_lib/google/protobuf/__init__.py

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)