Skip to content

Commit af6ac9a

Browse files
Bump to 0.5.0 (#94)
1 parent d755623 commit af6ac9a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "betterproto2"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "A better Protobuf / gRPC generator & library"
55
authors = [
66
{name = "Adrien Vannson", email = "[email protected]"},
@@ -154,9 +154,6 @@ help = "Serve the documentation locally"
154154
shell = "poe generate && tox"
155155
help = "Run tests with multiple pythons"
156156

157-
[tool.coverage.run]
158-
omit = ["betterproto/tests/*"]
159-
160157
[tool.tox]
161158
legacy_tox_ini = """
162159
[tox]

0 commit comments

Comments
 (0)