bump version to 0.2.7

This commit is contained in:
Florian Förster 2025-07-04 13:08:51 +02:00
parent 6061294b28
commit 32bf934e44

View File

@ -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)
(?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\.