]> granicus.if.org Git - python/commitdiff
Bump distutils version number to match Python version.
authorMarc-André Lemburg <mal@egenix.com>
Fri, 1 Feb 2008 22:58:17 +0000 (22:58 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 1 Feb 2008 22:58:17 +0000 (22:58 +0000)
Lib/distutils/__init__.py

index 86ad44fe3a93fbd3064fecd81c78985e308e293a..8c954c22386c832f20dcf52788f314e056ff9605 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.1"
+__version__ = "2.6.0"