X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c921c2cd3ada7fe34deaf48d70982c2cf5a963df..3216dbf5dccab8ed6dc0245b7e5c998738ef51d7:/wxPython/setup.py?ds=inline 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 "