summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2008-02-01 22:58:17 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2008-02-01 22:58:17 (GMT)
commit1aa8a696f5eab2e1cb173d46306fbd347e8ba724 (patch)
treea5ad300375527d01a6a50672c1cb63fe05179487 /Lib/distutils
parent4cab8ece0a4a447ce6db928e8f78e57195c18388 (diff)
downloadcpython-1aa8a696f5eab2e1cb173d46306fbd347e8ba724.zip
cpython-1aa8a696f5eab2e1cb173d46306fbd347e8ba724.tar.gz
cpython-1aa8a696f5eab2e1cb173d46306fbd347e8ba724.tar.bz2
Bump distutils version number to match Python version.
Diffstat (limited to 'Lib/distutils')
-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 86ad44f..8c954c2 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"