diff options
author | Barry Warsaw <barry@python.org> | 2008-07-18 03:20:07 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-07-18 03:20:07 (GMT) |
commit | daddf03f7731cc8be44187977e7155a382af46a4 (patch) | |
tree | 0c85ef67b39e90b63b121234da183859921afaf1 /Lib/distutils | |
parent | 7fb9640d57f5d96dcaa0d0e6497abc21fa85f37e (diff) | |
download | cpython-daddf03f7731cc8be44187977e7155a382af46a4.zip cpython-daddf03f7731cc8be44187977e7155a382af46a4.tar.gz cpython-daddf03f7731cc8be44187977e7155a382af46a4.tar.bz2 |
Bumping to 2.6b2v2.6b2
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 a192357..06ec0d4b 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6b1" +__version__ = "2.6b2" #--end constants-- |