From 86bf0163d8a1ee13eef59f8e3dec9dc2d67faf22 Mon Sep 17 00:00:00 2001 From: Adam McDonagh <27215476+adammcdonagh@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:34:43 +0100 Subject: [PATCH] bump version v24.28.1 -> v24.29.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3dd361d..44049f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "otf-addons-aws" -version = "v24.28.1" +version = "v24.29.0" authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }] license = { text = "GPLv3" } classifiers = [ @@ -53,7 +53,7 @@ dev = [ profile = 'black' [tool.bumpver] -current_version = "v24.28.1" +current_version = "v24.29.0" version_pattern = "vYY.WW.PATCH[-TAG]" commit_message = "bump version {old_version} -> {new_version}" commit = true