Skip to content

Commit ae3aac3

Browse files
committed
bump version v26.18.0 -> v26.18.1
1 parent ebbdb49 commit ae3aac3

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

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

7474
[tool.bumpver]
75-
current_version = "v26.18.0"
75+
current_version = "v26.18.1"
7676
version_pattern = "vYY.WW.PATCH[-TAG]"
7777
commit_message = "bump version {old_version} -> {new_version}"
7878
commit = true

0 commit comments

Comments
 (0)