Skip to content

Commit

Permalink
bump version 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
decitre committed Feb 5, 2024
1 parent f090bb0 commit 7ffd238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "proto-topy"
version = "1.0.0"
version = "1.0.1"
description = "Yet another tool that compiles .proto strings and import the outcome Python modules."
requires-python = ">=3.8"
license = {text = "MIT"}
Expand Down Expand Up @@ -55,7 +55,7 @@ inline-quotes = "double"
max-complexity = 18

[tool.bumpver]
current_version = "1.0.0"
current_version = "1.0.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 7ffd238

Please sign in to comment.