From e6c9b3243caf53f661746f0ad61a5bb999200881 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 18 Sep 2002 21:35:55 +0000 Subject: [PATCH] Set wxPython version number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 2 +- wxPython/src/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index a25c4776cc..f457eaaa10 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.3" +VERSION = "2.3.3.1" DESCRIPTION = "Cross platform GUI toolkit for Python" AUTHOR = "Robin Dunn" AUTHOR_EMAIL = "Robin Dunn " diff --git a/wxPython/src/__version__.py b/wxPython/src/__version__.py index 2892942400..71ad13ae23 100644 --- a/wxPython/src/__version__.py +++ b/wxPython/src/__version__.py @@ -1 +1 @@ -ver = '2.3.3' +ver = '2.3.3.1'