diff --git a/pyproject.toml b/pyproject.toml index 07e559e..b01bde5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "proto-topy" -version = "1.0.2" +version = "1.0.3" description = "Yet another tool that compiles .proto strings and import the outcome Python modules." readme = "README.md" requires-python = ">=3.8" @@ -61,7 +61,7 @@ inline-quotes = "double" max-complexity = 18 [tool.bumpver] -current_version = "1.0.2" +current_version = "1.0.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true