Skip to content

Commit 37ce2d9

Browse files
Bump to 0.7.1 (#125)
1 parent fb99b85 commit 37ce2d9

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

betterproto2/pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "betterproto2"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "A better Protobuf / gRPC generator & library"
55
authors = [
66
{name = "Adrien Vannson", email = "adrien.vannson@protonmail.com"},
@@ -53,11 +53,6 @@ default-groups = "all"
5353
requires = ["hatchling"]
5454
build-backend = "hatchling.build"
5555

56-
# [tool.poetry]
57-
# packages = [
58-
# { include = "betterproto2", from = "src" }
59-
# ]
60-
6156
[tool.ruff]
6257
extend-exclude = ["tests/outputs", "src/betterproto2/internal_lib"]
6358
target-version = "py310"

betterproto2/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.

betterproto2_compiler/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "betterproto2_compiler"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Compiler for betterproto2"
55
authors = [
66
{ name = "Adrien Vannson", email = "adrien.vannson@protonmail.com" },

betterproto2_compiler/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)