Skip to content

Commit b489ff1

Browse files
authored
bump version v24.19.1 -> v24.21.0
1 parent 9f3f8bf commit b489ff1

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 = "opentaskpy"
7-
version = "v24.19.1"
7+
version = "v24.21.0"
88
authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }]
99
license = { text = "GPLv3" }
1010
classifiers = [
@@ -70,7 +70,7 @@ otf-batch-validator = "opentaskpy.cli.batch_validator:main"
7070
profile = 'black'
7171

7272
[tool.bumpver]
73-
current_version = "v24.19.1"
73+
current_version = "v24.21.0"
7474
version_pattern = "vYY.WW.PATCH[-TAG]"
7575
commit_message = "bump version {old_version} -> {new_version}"
7676
commit = true

0 commit comments

Comments
 (0)