From 9748b664aae93ff382fe78c5ffa86cac9c4b09de Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 15 Jul 2025 11:44:29 +0100 Subject: [PATCH] fix bumpversion --- .bumpversion.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 8efc0f0..ae82566 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,9 +1,8 @@ -[bumpversion] -current_version = "0.1.0" +[tool.bumpversion] +current_version = "1.2.7" commit = true tag = true +tag_name = "{new_version}" -[[bumpversion::file]] -filename = "VERSION" -search = "{current_version}" -replace = "{new_version}" \ No newline at end of file +[[tool.bumpversion.files]] +filename = "VERSION" \ No newline at end of file