Skip to content

Commit 5548588

Browse files
committed
bump version 1.0.2 -> 1.0.3
1 parent 15fc965 commit 5548588

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "proto-topy"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "Yet another tool that compiles .proto strings and import the outcome Python modules."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -61,7 +61,7 @@ inline-quotes = "double"
6161
max-complexity = 18
6262

6363
[tool.bumpver]
64-
current_version = "1.0.2"
64+
current_version = "1.0.3"
6565
version_pattern = "MAJOR.MINOR.PATCH"
6666
commit_message = "bump version {old_version} -> {new_version}"
6767
commit = true

0 commit comments

Comments
 (0)