fix initial package version
at least, this helps commitizen do the right thing
This commit is contained in:
parent
62da74bf1c
commit
efe139d83c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "{{cookiecutter.distribution_name}}"
|
name = "{{cookiecutter.distribution_name}}"
|
||||||
version = "0.1.0"
|
version = "0.0.0"
|
||||||
description = "{{cookiecutter.project_short_description}}"
|
description = "{{cookiecutter.project_short_description}}"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue