diff --git a/docs/reST/conf.py b/docs/reST/conf.py index 064dc91d6e..fa1d1f77f3 100644 --- a/docs/reST/conf.py +++ b/docs/reST/conf.py @@ -49,7 +49,7 @@ # The short X.Y version. version = '2.1.4' # The full version, including alpha/beta/rc tags. -release = '2.1.4.dev2' +release = '2.1.4.dev3' # Format strings for the version directives versionadded_format = 'New in pygame %s' diff --git a/setup.py b/setup.py index ef05a06c44..85bccb1c17 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ METADATA = { "name": "pygame-ce", - "version": "2.1.4.dev2", + "version": "2.1.4.dev3", "license": "LGPL", "url": "https://pyga.me", "author": "A community project.",