diff options
author | Barry Warsaw <barry@python.org> | 2008-12-04 02:59:51 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-12-04 02:59:51 (GMT) |
commit | 3d407dc564bd92b46ed00380213f545e515d6ddf (patch) | |
tree | 202ea7e24ad6a35d89611f347113dfcd2239286c /Lib/distutils/__init__.py | |
parent | f3127b123b9ff0799bfbb0eb9f45f1c8a1c4a131 (diff) | |
download | cpython-3d407dc564bd92b46ed00380213f545e515d6ddf.zip cpython-3d407dc564bd92b46ed00380213f545e515d6ddf.tar.gz cpython-3d407dc564bd92b46ed00380213f545e515d6ddf.tar.bz2 |
Prep for 2.6.1v2.6.1
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 7315a37..8f7eb84 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6" +__version__ = "2.6.1" #--end constants-- |