From 70ef5e7bdffb79912b054c930d5d8b4654432108 Mon Sep 17 00:00:00 2001 From: decitre <590094+decitre@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:19:16 +0100 Subject: [PATCH] bump version 1.0.2 -> 1.0.3 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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