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 6537fb9..6943b54 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 d7d2b5b..8e987da 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 842f4d1..e779802 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 de7dd80..2445bb1 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 2a38392..0000000 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 0000000..59247dd 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 cb0a5fe..8aa03ac 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 389642b..3974565 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 "]