Skip to content

Commit b711106

Browse files
authored
Change pyproject.toml version to 2025.0.0 (#424)
Updating `pyproject.toml` version in preparation for stable release.
1 parent fc1d3df commit b711106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 = "2025.0.0rc1"
8+
version = "2025.0.0"
99
authors = [
1010
{ name = "Microsoft Corporation", email = "[email protected]" },
1111
]

0 commit comments

Comments
 (0)