X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/be86ffe39e36bd165efdd118a8782959432b1a08..c12de7f83ada39e1f80d8bb55a893177e928153c:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index d68ad98d98..cc03abb6cc 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.3pre2u" +VERSION = "2.3.3pre2" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn "