Skip to content

Commit 7032190

Browse files
committed
Update to version 0.10.0
1 parent b2f9342 commit 7032190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "django-template-lsp"
3-
version = "0.9.5"
3+
version = "0.10.0"
44
description = "Django template LSP"
55
readme = "README.md"
66
authors = [{name = "Four Digits", email = "[email protected]" }]
@@ -57,4 +57,4 @@ known_first_party = "djlsp"
5757

5858
[tool.flake8]
5959
max-line-length = 88
60-
extend-ignore = "W503"
60+
extend-ignore = "W503"

0 commit comments

Comments
 (0)