We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0defa commit aef5d77Copy full SHA for aef5d77
2 files changed
packages/python/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
5
[project]
6
name = "lsprotocol"
7
description = 'Python types for Language Server Protocol.'
8
-version = "2024.0.0a2"
+version = "2024.0.0a3"
9
authors = [
10
{ name = "Microsoft Corporation", email = "lsprotocol-help@microsoft.com" },
11
]
packages/rust/lsprotocol/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
3
-version = "1.0.0-alpha.1"
+version = "1.0.0-alpha.2"
4
edition = "2021"
description = "Rust types for Language Server Protocol generated from LSP specification."
authors = ["Microsoft Corporation <lsprotocol-help@microsoft.com>"]
0 commit comments