From 68a7875b341ef427133b592da4054999e39aa703 Mon Sep 17 00:00:00 2001 From: Roman Tezikov Date: Tue, 20 Jul 2021 10:39:53 +0300 Subject: [PATCH] bump v1.0.9 --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41a63f0a..375b80f9 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.8 +cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.9 ``` > 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.8 +cookiecutter gh:TezRomacH/python-package-template --checkout v1.0.9 ``` ### Input variables diff --git a/pyproject.toml b/pyproject.toml index 3472e9d8..17a653e0 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.8" +version = "1.0.9" description = "Cookiecutter template for Python cli/packages" readme = "README.md" authors = ["Roman Tezikov "]