From c34d2dac67dc17660ceda905380e27c5bb05fcb1 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Fri, 9 May 2025 09:39:26 +0100 Subject: [PATCH] Chore: Bump version number prior to release Signed-off-by: Matthew Watkins --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 739d66c2..ae3e7b14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [project] name = "osc-github-devops" -version = "0.1.30" +version = "0.1.31" # Uncomment to enable dynamic versioning # dynamic = [ "version" ] description = "Template Python project"