From e6fb798790541d81f82955e831009698079dbbb5 Mon Sep 17 00:00:00 2001 From: Ankith Date: Mon, 12 Aug 2024 15:36:16 +0530 Subject: [PATCH] 2.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 948147a7f2..0e53c43da8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pygame-ce" -version = "2.5.1.dev3" +version = "2.5.1" description = "Python Game Development" readme = "README.rst" # for long description requires-python = ">=3.8"