Skip to content

Commit

Permalink
bump version v24.25.0 -> v24.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adammcdonagh authored Jun 20, 2024
1 parent 9132f31 commit 40e16c3
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 = "otf-addons-aws"
version = "v24.25.0"
version = "v24.25.1"
authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }]
license = { text = "GPLv3" }
classifiers = [
Expand Down Expand Up @@ -53,7 +53,7 @@ dev = [
profile = 'black'

[tool.bumpver]
current_version = "v24.25.0"
current_version = "v24.25.1"
version_pattern = "vYY.WW.PATCH[-TAG]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit 40e16c3

Please sign in to comment.