diff --git a/docs/src/static/py/PyYAML-99-py3-none-any.whl b/docs/src/static/py/PyYAML-99-py3-none-any.whl index 6537fb94c..6943b5435 100644 Binary files a/docs/src/static/py/PyYAML-99-py3-none-any.whl and b/docs/src/static/py/PyYAML-99-py3-none-any.whl differ diff --git a/docs/src/static/py/cssbeautifier-99-py3-none-any.whl b/docs/src/static/py/cssbeautifier-99-py3-none-any.whl index d7d2b5b83..8e987daf2 100644 Binary files a/docs/src/static/py/cssbeautifier-99-py3-none-any.whl and b/docs/src/static/py/cssbeautifier-99-py3-none-any.whl differ diff --git a/docs/src/static/py/djlint-99-py3-none-any.whl b/docs/src/static/py/djlint-99-py3-none-any.whl index 842f4d139..e77980215 100644 Binary files a/docs/src/static/py/djlint-99-py3-none-any.whl and b/docs/src/static/py/djlint-99-py3-none-any.whl differ diff --git a/docs/src/static/py/jsbeautifier-99-py3-none-any.whl b/docs/src/static/py/jsbeautifier-99-py3-none-any.whl index de7dd804c..2445bb134 100644 Binary files a/docs/src/static/py/jsbeautifier-99-py3-none-any.whl and b/docs/src/static/py/jsbeautifier-99-py3-none-any.whl differ diff --git a/docs/src/static/py/regex-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl b/docs/src/static/py/regex-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl deleted file mode 100644 index 2a3839244..000000000 Binary files a/docs/src/static/py/regex-2022.10.31-cp310-cp310-macosx_10_9_x86_64.whl and /dev/null differ diff --git a/docs/src/static/py/regex-2022.10.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl b/docs/src/static/py/regex-2022.10.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl new file mode 100644 index 000000000..59247ddde Binary files /dev/null and b/docs/src/static/py/regex-2022.10.31-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl differ diff --git a/package.json b/package.json index cb0a5fe5c..8aa03ac8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "djlint", - "version": "1.19.8", + "version": "1.19.9", "description": "HTML Template Linter and Formatter", "main": "./bin/index.js", "directories": { diff --git a/pyproject.toml b/pyproject.toml index 389642b75..3974565d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name="djlint" -version="1.19.8" +version="1.19.9" description="HTML Template Linter and Formatter" license="GPL-3.0-or-later" authors=["Christopher Pickering "]