From 38eec5b3d18f40d0360c1503e8cb9e3e0eb55e92 Mon Sep 17 00:00:00 2001 From: Dillon Stadther Date: Sat, 17 Jan 2026 22:17:57 -0500 Subject: [PATCH] fix: typo in semantic-release config --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a311cdb..c6079f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -120,7 +120,7 @@ version_toml = [ # "file:variable:[format_type]" "pyproject.toml:project.version:nf", ] -version_variable = [ +version_variables = [ # "file:variable:format_type" "src/sample/__init__.py:__version__:nf", ]