Skip to content

Commit a37cb4c

Browse files
committed
bump version to v1.0.3
1 parent 5e67e37 commit a37cb4c

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
@@ -7,13 +7,13 @@ name = "python-lsp-ruff"
77
authors = [
88
{name = "Julian Hossbach", email = "[email protected]"}
99
]
10-
version = "1.0.2"
10+
version = "1.0.3"
1111
description = "Ruff linting plugin for pylsp"
1212
readme = "README.md"
1313
requires-python = ">=3.7"
1414
license = {text = "MIT"}
1515
dependencies = [
16-
"ruff>=0.0.106",
16+
"ruff>=0.0.192",
1717
"python-lsp-server",
1818
]
1919

0 commit comments

Comments
 (0)