From efe139d83ca67668085939d4f22979e474247aed Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 27 Jan 2026 16:41:23 -0600 Subject: [PATCH] fix initial package version at least, this helps commitizen do the right thing --- {{ cookiecutter.repo_name }}/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.repo_name }}/pyproject.toml b/{{ cookiecutter.repo_name }}/pyproject.toml index 99b6d1b..b96759e 100644 --- a/{{ cookiecutter.repo_name }}/pyproject.toml +++ b/{{ cookiecutter.repo_name }}/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "{{cookiecutter.distribution_name}}" -version = "0.1.0" +version = "0.0.0" description = "{{cookiecutter.project_short_description}}" readme = "README.md" authors = [