From 34e9342f7d956ad24c9484c51d5799bdfa6458d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 May 2022 17:26:11 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/Riverside-Healthcare/djLint/compare/v1.0.1...v1.0.2) (2022-05-09) ### Bug Fixes * **alpine.js:** fixed formatting in alpine.js attributes ([e531701](https://github.com/Riverside-Healthcare/djLint/commit/e5317012388892a5f9f97faf17aebace84c30b78)), closes [#240](https://github.com/Riverside-Healthcare/djLint/issues/240) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b082105..27e5111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.0.1" +version="1.0.2" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]