X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f32afe1c2c8a663d5b1fe6816c6999100ac832cf..cdcb56fc9602b05ef41b9f64427f5ef4c58f885f:/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 "