diff options
author | Marc-André Lemburg <mal@egenix.com> | 2007-03-30 15:01:42 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2007-03-30 15:01:42 (GMT) |
commit | 2365fcde60351d7b378aa52d50842b133c57a2ba (patch) | |
tree | 7a073ceddd03fbd6b1bd72946473f4e33e404659 /Lib/distutils/__init__.py | |
parent | d4a0118029fb2394c7395e3aad8e21b67caf1ef3 (diff) | |
download | cpython-2365fcde60351d7b378aa52d50842b133c57a2ba.zip cpython-2365fcde60351d7b378aa52d50842b133c57a2ba.tar.gz cpython-2365fcde60351d7b378aa52d50842b133c57a2ba.tar.bz2 |
Bump the patch level version of distutils since there were a few bug fixes since
the 2.5.0 release.
Diffstat (limited to 'Lib/distutils/__init__.py')
-rw-r--r-- | Lib/distutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 21d34c7..86ad44f 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" |