X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e52188741389278cd99abf79218162c87024ba3..014c5a64b57bc8769e667614854e3dd4491a470b:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index cd5aac2069..e554d4c439 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -15,7 +15,7 @@ from distutils.command.install_data import install_data VER_MAJOR = 2 # The first three must match wxWindows VER_MINOR = 5 -VER_RELEASE = 0 +VER_RELEASE = 1 VER_SUBREL = 0 # wxPython release num for x.y.z release of wxWindows VER_FLAGS = "p1" # release flags, such as prerelease num, unicode, etc.