diff --git a/buildtools/version.py b/buildtools/version.py index ee7ba80d..24e889c4 100644 --- a/buildtools/version.py +++ b/buildtools/version.py @@ -13,7 +13,7 @@ VER_MAJOR = 3 # The first three must match wxWidgets VER_MINOR = 0 -VER_RELEASE = 1 +VER_RELEASE = 2 VER_FLAGS = "" # wxPython release flags # Set the VER_FLAGS component according to the following patterns. These @@ -40,4 +40,4 @@ VER_FLAGS = "" # wxPython release flags # See also: # # http://pythonhosted.org/setuptools/setuptools.html -# http://www.python.org/dev/peps/pep-0386/ \ No newline at end of file +# http://www.python.org/dev/peps/pep-0386/