X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d4539c1a92de26434c98dcdd922add58e376249a..613d09959e5540f72c9239276be331fa36167176:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index aa2c33fd9f..47ca253c00 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.3" +VERSION = "2.3.3rc" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn "