From 87def924c468933d5abecc1c95cff5a28e75f8e0 Mon Sep 17 00:00:00 2001 From: Ankith Date: Thu, 5 Oct 2023 00:52:04 +0530 Subject: [PATCH] Start 2.4.0.dev3 --- docs/reST/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reST/conf.py b/docs/reST/conf.py index 9348d41dc5..23dde76b1b 100644 --- a/docs/reST/conf.py +++ b/docs/reST/conf.py @@ -49,7 +49,7 @@ # The short X.Y version. version = '2.4.0' # The full version, including alpha/beta/rc tags. -release = '2.4.0.dev2' +release = '2.4.0.dev3' # Format strings for the version directives versionadded_format = 'New in pygame-ce %s' diff --git a/setup.py b/setup.py index 8895ea2f1d..2fbce479db 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ METADATA = { "name": "pygame-ce", - "version": "2.4.0.dev2", + "version": "2.4.0.dev3", "license": "LGPL", "url": "https://pyga.me", "author": "A community project.",