diff --git a/pyproject.toml b/pyproject.toml index c83d18c..aa2efc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "django-template-lsp" -version = "0.9.5" +version = "0.10.0" description = "Django template LSP" readme = "README.md" authors = [{name = "Four Digits", email = "info@fourdigits.nl" }] @@ -57,4 +57,4 @@ known_first_party = "djlsp" [tool.flake8] max-line-length = 88 -extend-ignore = "W503" \ No newline at end of file +extend-ignore = "W503"