From 36b5e127d8c393110afd94372858a32afc1ded47 Mon Sep 17 00:00:00 2001 From: Roman Tezikov Date: Fri, 16 Jul 2021 20:10:16 +0300 Subject: [PATCH] bump version --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f23192e..db4390de 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Your next Python package needs a bleeding-edge project structure. ## TL;DR ```bash -cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.4 +cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.6 ``` > All you need is the latest version of cookiecutter 😉 @@ -65,7 +65,7 @@ pip install -U cookiecutter then go to a directory where you want to create your project and run: ```bash -cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.4 +cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.6 ``` ### Input variables diff --git a/pyproject.toml b/pyproject.toml index bd8117f5..2ef796ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "python-package-template" -version = "1.0.4" +version = "1.0.6" description = "Cookiecutter template for Python cli/packages" readme = "README.md" authors = ["Roman Tezikov "]