Skip to content

Commit cf5ccb3

Browse files
Merge pull request #51 from microsoft/LakshyAAAgrawal-patch-11
Update pyproject.toml to v0.0.11
2 parents c47f737 + 87bf767 commit cf5ccb3

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
@@ -5,11 +5,11 @@ build-backend = "flit_core.buildapi"
55

66
[project]
77
name = "multilspy"
8-
version = "0.0.9"
8+
version = "0.0.11"
99
authors = [
1010
{ name="Lakshya A Agrawal", email="[email protected]" },
1111
]
12-
description = "A language-agnostic LSP client in Python, with a library interface. Intended to be used to build applications around language servers. Currently multilspy supports language servers for Python, Rust, Java, JavaScript and C#. Originally appeared as part of Monitor-Guided Decoding (https://github.com/microsoft/monitors4codegen)"
12+
description = "A language-agnostic LSP client in Python, with a library interface. Intended to be used to build applications around language servers. Currently multilspy supports language servers for Python, Rust, Java, Go, JavaScript and C#. Originally appeared as part of Monitor-Guided Decoding (https://github.com/microsoft/monitors4codegen)"
1313
readme = "README.md"
1414
requires-python = ">=3.7"
1515
classifiers = [

0 commit comments

Comments
 (0)