X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f221f8eb3a14391fc7182e6dd56a13c664d3d76e..9d7de3c2b84dc40d969d5f993247df02c18b3d3f:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 5633a0366e..278a4bc272 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.2" +VERSION = "2.3.2+" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn "