X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c207946083af9ba27945004142a1815f0604a0f1..af77752fc08969fc0d4b7e1151fbf9707272b596:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 1d32c65c86..8bb5d32347 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -17,7 +17,7 @@ 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 = "p6" # release flags, such as prerelease num, unicode, etc. +VER_FLAGS = "p7" # release flags, such as prerelease num, unicode, etc. DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn"