Skip to content

Commit

Permalink
bump version v24.10.1 -> v24.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adammcdonagh authored Mar 27, 2024
1 parent ba9b1f2 commit df07a17
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.10.1"
version = "v24.13.0"
authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }]
license = { text = "GPLv3" }
classifiers = [
Expand Down Expand Up @@ -52,7 +52,7 @@ dev = [
profile = 'black'

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

0 comments on commit df07a17

Please sign in to comment.