diff options
author | Barry Warsaw <barry@python.org> | 2009-04-07 01:54:02 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-04-07 01:54:02 (GMT) |
commit | 90971e0cd278a9697684eff14d741c8de58ae5d4 (patch) | |
tree | 07882bc9ab587756d8ab07e096f02766763c63d2 /Lib/distutils | |
parent | 2b4857379412492b9a830d75cb289ec74188e530 (diff) | |
download | cpython-90971e0cd278a9697684eff14d741c8de58ae5d4.zip cpython-90971e0cd278a9697684eff14d741c8de58ae5d4.tar.gz cpython-90971e0cd278a9697684eff14d741c8de58ae5d4.tar.bz2 |
Bump to 2.6.2c1.
Diffstat (limited to 'Lib/distutils')
-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 8f7eb84..e8f55cf 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6.1" +__version__ = "2.6.2c1" #--end constants-- |