updated version

This commit is contained in:
Christopher Pickering 2021-09-08 11:53:31 +02:00
parent b8b6c919a4
commit 53c6cb425e
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
project = "djlint"
copyright = "2021, Riverside Healthcare"
author = "Christopher Pickering"
release = "0.3.5"
release = "0.3.6"
version = release
# -- General configuration ---------------------------------------------------

View file

@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name="djlint"
version="0.3.5"
version="0.3.6"
description="HTML Template Linter and Formatter"
license="GPL-3.0-or-later"
authors=["Christopher Pickering <cpickering@rhc.net>"]