X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba201fa43114e4f683a22d814fa215b39c1eaa3a..05159a2750ed2cc5945a85bc5fc6849ad1a30e75:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 31c02aa5c0..7d6a2c6247 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.3pre6" +VERSION = "2.3.3pre8" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn "