X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55c020cf641a1e9db2e21a89aa62f85f4f23bc87..72fa862b0430bf0f4babeb392555e79e02fc8378:/wxPython/setup.py?ds=sidebyside diff --git a/wxPython/setup.py b/wxPython/setup.py index ee2b3d47f9..d9a0bb2e23 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.2b1" +VERSION = "2.3.2b2" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn "