diff --git a/pyproject.toml b/pyproject.toml index e646fc44..7ccc6d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "python-package-template" -version = "0.1.0" +version = "0.1.8" description = "Cookiecutter template for Python cli/packages" readme = "README.md" authors = ["Roman Tezikov "]