X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38c213b192547d71ba07b6ccf8298dafe5d5b6ab..1fe8ec6d3d916c9a13acfc9bd08b9562eee90309:/wxPython/config.py diff --git a/wxPython/config.py b/wxPython/config.py index 4e839e1ac5..8ccccfa899 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -38,8 +38,8 @@ import distutils.command.clean VER_MAJOR = 2 # The first three must match wxWidgets VER_MINOR = 8 -VER_RELEASE = 0 -VER_SUBREL = 2 # wxPython release num for x.y.z release of wxWidgets +VER_RELEASE = 1 +VER_SUBREL = 0 # wxPython release num for x.y.z release of wxWidgets VER_FLAGS = "" # release flags, such as prerelease or RC num, etc. DESCRIPTION = "Cross platform GUI toolkit for Python"