diff options
author | Barry Warsaw <barry@python.org> | 2008-06-19 01:48:07 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-06-19 01:48:07 (GMT) |
commit | b5d174037fab4889c1404ebab19b85cbe9aa452e (patch) | |
tree | 32cabb659a1c053fb3e89d59eaecaa5935e942e2 /Lib/distutils | |
parent | da9c9be1599d818524c9f59e1bbfa64554e18018 (diff) | |
download | cpython-b5d174037fab4889c1404ebab19b85cbe9aa452e.zip cpython-b5d174037fab4889c1404ebab19b85cbe9aa452e.tar.gz cpython-b5d174037fab4889c1404ebab19b85cbe9aa452e.tar.bz2 |
Bumping to 2.6b1v2.6b1
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 e3e32f5..a192357 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -22,5 +22,5 @@ __revision__ = "$Id$" # #--start constants-- -__version__ = "2.6a3" +__version__ = "2.6b1" #--end constants-- |