From d93ad8754886c60b8a372a89797f712e49546eb9 Mon Sep 17 00:00:00 2001 From: Ankith Date: Tue, 11 Jun 2024 13:20:09 +0530 Subject: [PATCH] 2.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a06e7dba63..8b3d7a1839 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pygame-ce" -version = "2.5.0.dev5" +version = "2.5.0" description = "Python Game Development" readme = "README.rst" # for long description requires-python = ">=3.8"