From fdaf323036209b4c01e5df3f5170884e01d9c063 Mon Sep 17 00:00:00 2001 From: Dorian Turba <commit.9wuzh@slmail.me> Date: Fri, 2 Aug 2024 10:58:27 +0200 Subject: [PATCH] restore default config file --- .bumpversion.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 37d9aa1..d485210 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,6 +1,5 @@ [tool.bumpversion] commit = true -config-file = "pyproject.toml" current_version = "0.4.5" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" replace = "{new_version}" -- GitLab