Skip to content

Commit

Permalink
Merge pull request #57 from microsoft/LakshyAAAgrawal-patch-13
Browse files Browse the repository at this point in the history
Update pyproject.toml to add ruby and set v to 0.0.12
  • Loading branch information
LakshyAAAgrawal authored Jan 29, 2025
2 parents e98cabc + 0a44b22 commit 517929b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ build-backend = "flit_core.buildapi"

[project]
name = "multilspy"
version = "0.0.11"
version = "0.0.12"
authors = [
{ name="Lakshya A Agrawal", email="[email protected]" },
]
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)"
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, Ruby and C#. Originally appeared as part of Monitor-Guided Decoding (https://github.com/microsoft/monitors4codegen)"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
Expand Down

0 comments on commit 517929b

Please sign in to comment.