From: Robin Dunn Date: Tue, 18 Sep 2001 16:10:49 +0000 (+0000) Subject: version number update X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d28516c7c41c8c1ab54b89acfc5fb77e40f36905 version number update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/setup.py b/wxPython/setup.py index b1788a4661..a50801ba1f 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.2b3" +VERSION = "2.3.2b4" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn "