X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f32afe1c2c8a663d5b1fe6816c6999100ac832cf..2baaf735f4e71ebb35b9938ca8bca917bc51a80b:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 74616671ea..70e273b120 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -13,7 +13,7 @@ from my_distutils import run_swig, contrib_copy_tree # flags and values that affect this script #---------------------------------------------------------------------- -VERSION = "2.3.2b5" +VERSION = "2.3.2b6" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn "