X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c921c2cd3ada7fe34deaf48d70982c2cf5a963df..a014c34488bf9cb7f76d11404e4d15cb75f64e0e:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index f2cd352d0a..4d4f531992 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.3rc" +VERSION = "2.3.3pre" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn "