summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2007-03-30 15:01:42 +0000
committerMarc-André Lemburg <mal@egenix.com>2007-03-30 15:01:42 +0000
commit2365fcde60351d7b378aa52d50842b133c57a2ba (patch)
tree7a073ceddd03fbd6b1bd72946473f4e33e404659
parentd4a0118029fb2394c7395e3aad8e21b67caf1ef3 (diff)
downloadcpython-git-2365fcde60351d7b378aa52d50842b133c57a2ba.tar.gz
Bump the patch level version of distutils since there were a few bug fixes since
the 2.5.0 release.
-rw-r--r--Lib/distutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 21d34c767b..86ad44fe3a 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.0"
+__version__ = "2.5.1"