diff --git a/pyproject.toml b/pyproject.toml index f4c2b5b..4b7cc9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ classifiers = [ license-files = [ "LICENSE" ] +version = "0.0.0" [project.scripts] $REPO_NAME_KEBAB = "$REPO_NAME_SNAKE.__main__:cli"