We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d755623 commit af6ac9aCopy full SHA for af6ac9a
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "betterproto2"
3
-version = "0.4.0"
+version = "0.5.0"
4
description = "A better Protobuf / gRPC generator & library"
5
authors = [
6
{name = "Adrien Vannson", email = "adrien.vannson@protonmail.com"},
@@ -154,9 +154,6 @@ help = "Serve the documentation locally"
154
shell = "poe generate && tox"
155
help = "Run tests with multiple pythons"
156
157
-[tool.coverage.run]
158
-omit = ["betterproto/tests/*"]
159
-
160
[tool.tox]
161
legacy_tox_ini = """
162
[tox]
0 commit comments