From 60fc90300597e8088b90303a0caf4981319c0f8d Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Sat, 9 Mar 2024 15:35:25 +0000 Subject: [PATCH] Bump version from 2.2.1 to 2.2.2. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c03baec..5976839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ license = "unlicense" name = "templatise" readme = "README.md" repository = "https://github.com/alunduil/template.py" -version = "2.2.1" +version = "2.2.2" [tool.poetry.dependencies] click = "^8.1.3"