From d9b8a484955870b783ebaced555038e388727239 Mon Sep 17 00:00:00 2001 From: foefl Date: Fri, 4 Jul 2025 13:08:51 +0200 Subject: [PATCH] bump version to 0.2.7 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 776c03f..7e4a099 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pycage" -version = "0.2.7dev1" +version = "0.2.7" 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.7dev1" +current_version = "0.2.7" parse = """(?x) (?P0|[1-9]\\d*)\\. (?P0|[1-9]\\d*)\\.