From cd3d6ad51973fddc60e4c6c7679ec5218f06e945 Mon Sep 17 00:00:00 2001 From: "Gaige B. Paulsen" Date: Sat, 29 Jun 2024 13:50:54 -0400 Subject: [PATCH] fix: fix commit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00dcc02..643e4f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,6 @@ line-length = 119 [tool.commitizen] version = "0.2.1" tag_format = "v$major.$minor.$patch$prerelease" -version_files = [ +version_files = [ "mdformat_pelican/__init__.py:__version__" ]