X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf636c45552003b64827c228c1c0d3f930344623..69d818954b5e6e7b4b4e5093dd26dbe2d5f8546c:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 31cbb64d1a..1434f661e6 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -16,8 +16,8 @@ from distutils.command.install_data import install_data VER_MAJOR = 2 # The first three must match wxWindows VER_MINOR = 5 VER_RELEASE = 1 -VER_SUBREL = 0 # wxPython release num for x.y.z release of wxWindows -VER_FLAGS = "p8" # release flags, such as prerelease num, unicode, etc. +VER_SUBREL = 1 # wxPython release num for x.y.z release of wxWindows +VER_FLAGS = "" # release flags, such as prerelease num, unicode, etc. DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn"