From 4702ac3d05a40e295957d8f455aff69c7deae858 Mon Sep 17 00:00:00 2001 From: Alice Butcher Date: Mon, 2 Oct 2023 10:21:16 +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 3f30a84..4c570aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ update_changelog_on_bump = true changelog_incremental = true version_files = [ "pyproject.toml:version", - "CITATION.cff" + "CITATION.cff:^version" ] [tool.black]