Skip to content

Commit 537ac6a

Browse files
committed
bump version v26.8.0 -> v26.8.1
1 parent 2581f78 commit 537ac6a

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 = "v26.8.0"
7+
version = "v26.8.1"
88
authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }]
99
license-files = [ "LICENSE" ]
1010

@@ -71,7 +71,7 @@ otf-batch-validator = "opentaskpy.cli.batch_validator:main"
7171
profile = 'black'
7272

7373
[tool.bumpver]
74-
current_version = "v26.8.0"
74+
current_version = "v26.8.1"
7575
version_pattern = "vYY.WW.PATCH[-TAG]"
7676
commit_message = "bump version {old_version} -> {new_version}"
7777
commit = true

0 commit comments

Comments
 (0)