From 318d55ad7c79da766dff3c6b479d56812489c3fd Mon Sep 17 00:00:00 2001 From: Alice Butcher Date: Mon, 2 Oct 2023 10:21:05 +0100 Subject: [PATCH] chore: add regex for version line in citation file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c56066..74769c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ update_changelog_on_bump = true changelog_incremental = true version_files = [ "pyproject.toml:version", - "CITATION.cff" + "CITATION.cff:^version" ] [tool.black]