Skip to content

Commit aef5d77

Browse files
committed
Update package version for Python and Rust (#389)
1 parent ba0defa commit aef5d77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi"
55
[project]
66
name = "lsprotocol"
77
description = 'Python types for Language Server Protocol.'
8-
version = "2024.0.0a2"
8+
version = "2024.0.0a3"
99
authors = [
1010
{ name = "Microsoft Corporation", email = "[email protected]" },
1111
]

packages/rust/lsprotocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lsprotocol"
3-
version = "1.0.0-alpha.1"
3+
version = "1.0.0-alpha.2"
44
edition = "2021"
55
description = "Rust types for Language Server Protocol generated from LSP specification."
66
authors = ["Microsoft Corporation <[email protected]>"]

0 commit comments

Comments
 (0)