From 7a26bc5586354041ea43b0d1499966ef1fbb2b52 Mon Sep 17 00:00:00 2001 From: Zeeland Date: Thu, 12 Oct 2023 00:30:58 +0800 Subject: [PATCH] chore: update poetry.lock --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 194a01a..bdb9267 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.1" description = "Cookiecutter template for Python cli/packages" readme = "README.md" authors = ["Zeeland "]