From a6562efccd9dbe9fea57ea1ed057f528bce58748 Mon Sep 17 00:00:00 2001 From: Ian Wilson <77387864+iwilson-oa@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:37:01 +0000 Subject: [PATCH] bump version v24.40.0 -> v24.40.1 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1fdcb11..93e926d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "otf-addons-aws" -version = "v24.40.0" +version = "v24.40.1" authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }] license = { text = "GPLv3" } classifiers = [ @@ -53,7 +53,7 @@ dev = [ profile = 'black' [tool.bumpver] -current_version = "v24.40.0" +current_version = "v24.40.1" version_pattern = "vYY.WW.PATCH[-TAG]" commit_message = "bump version {old_version} -> {new_version}" commit = true