From 2107016b084ac8ec3f3ee751a2490ce8565e6cad Mon Sep 17 00:00:00 2001 From: Teo Zosa Date: Tue, 6 Dec 2022 15:56:04 +0900 Subject: [PATCH] :bookmark: Bump version number to `0.5.0` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d52554c57..3405915f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cookiecutter-cruft-poetry-tox-pre-commit-ci-cd" -version = "0.4.0" +version = "0.5.0" description = "Standardized Python project creation and synchronization" authors = ["Teo Zosa "] license = "Apache-2.0"