From 66eda6dae8c21a4d08ff9f4bd00c9404a9e0e578 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sun, 30 Nov 2025 18:31:12 +1100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6310ca..30392a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jinjaturtle" -version = "0.3.0" +version = "0.3.1" description = "Convert config files into Ansible defaults and Jinja2 templates." authors = ["Miguel Jacq "] license = "GPL-3.0-or-later"