From 27f1e3cc2564392350d94462a1060d67794dd57f Mon Sep 17 00:00:00 2001 From: Erik De Bonte Date: Mon, 16 Jun 2025 11:53:07 -0700 Subject: [PATCH] Change version to 2025.0.0 for stable release --- packages/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/pyproject.toml b/packages/python/pyproject.toml index 4cdaf9c..c877fa4 100644 --- a/packages/python/pyproject.toml +++ b/packages/python/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "lsprotocol" description = 'Python types for Language Server Protocol.' -version = "2025.0.0rc1" +version = "2025.0.0" authors = [ { name = "Microsoft Corporation", email = "lsprotocol-help@microsoft.com" }, ]