]> granicus.if.org Git - python/commitdiff
Bump the patch level version of distutils since there were a few bug fixes since
authorMarc-André Lemburg <mal@egenix.com>
Fri, 30 Mar 2007 15:01:42 +0000 (15:01 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 30 Mar 2007 15:01:42 +0000 (15:01 +0000)
the 2.5.0 release.

Lib/distutils/__init__.py

index 21d34c767bc5187f23046354476b4708b8e6fd72..86ad44fe3a93fbd3064fecd81c78985e308e293a 100644 (file)
@@ -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.0"
+__version__ = "2.5.1"