From: Marc-André Lemburg Date: Fri, 1 Feb 2008 22:58:17 +0000 (+0000) Subject: Bump distutils version number to match Python version. X-Git-Tag: v2.6a1~314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1aa8a696f5eab2e1cb173d46306fbd347e8ba724;p=thirdparty%2FPython%2Fcpython.git Bump distutils version number to match Python version. --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 86ad44fe3a93..8c954c22386c 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -20,4 +20,4 @@ __revision__ = "$Id$" # In general, major and minor version should loosely follow the Python # version number the distutils code was shipped with. # -__version__ = "2.5.1" +__version__ = "2.6.0"