diff --git a/docs/conf.py b/docs/conf.py index e200932..0054e22 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0928675..6752382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "]