From 64d9a094eb63823fac896ec7f42eb6262a5a01c2 Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 26 Jun 2025 08:47:33 +0200 Subject: [PATCH] bump version to 0.2.6 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 21b216a..f84c885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pycage" -version = "0.2.6dev1" +version = "0.2.6" description = "tool to handle standalone Python installations from the CLI" authors = [ {name = "Florian Förster", email = "f.foerster@d-opt.com"}, @@ -78,7 +78,7 @@ directory = "reports/coverage" [tool.bumpversion] -current_version = "0.2.6dev1" +current_version = "0.2.6" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\.