We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fc965 commit 5548588Copy full SHA for 5548588
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "proto-topy"
7
-version = "1.0.2"
+version = "1.0.3"
8
description = "Yet another tool that compiles .proto strings and import the outcome Python modules."
9
readme = "README.md"
10
requires-python = ">=3.8"
@@ -61,7 +61,7 @@ inline-quotes = "double"
61
max-complexity = 18
62
63
[tool.bumpver]
64
-current_version = "1.0.2"
+current_version = "1.0.3"
65
version_pattern = "MAJOR.MINOR.PATCH"
66
commit_message = "bump version {old_version} -> {new_version}"
67
commit = true
0 commit comments