Skip to content

Commit

Permalink
bump version v24.23.0 -> v24.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adammcdonagh committed Jun 20, 2024
1 parent 2e84709 commit 980af62
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 = "opentaskpy"
version = "v24.23.0"
version = "v24.25.0"
authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }]
license = { text = "GPLv3" }
classifiers = [
Expand Down Expand Up @@ -71,7 +71,7 @@ otf-batch-validator = "opentaskpy.cli.batch_validator:main"
profile = 'black'

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

0 comments on commit 980af62

Please sign in to comment.