From 698a6b45391babf263897b6c0967bdb4feae1cac Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Thu, 30 Sep 2021 10:30:54 +0200 Subject: [PATCH] updated version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 899a6e9..57407f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="0.4.5" +version="0.4.6" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]