From 493badd65d660910ad312393d731a25aa1072e8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sophia=20M=C3=A4dler?= <15019107+sophiamaedler@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:01:47 +0100 Subject: [PATCH] Update .bumpversion.toml --- .bumpversion.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index d527b73..2fe6500 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -25,5 +25,7 @@ pre_commit_hooks = [] post_commit_hooks = ["echo Done"] [[tool.bumpversion.files]] -file1 = "src/lmd/__init__.py" -file2 = "pyproject.toml" +filename = "src/lmd/__init__.py" + +[[tool.bumpversion.files]] +filename = "pyproject.toml"