diff options
author | Georg Brandl <georg@python.org> | 2010-12-04 19:09:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-04 19:09:24 (GMT) |
commit | 41ea8ae667625edd662bffc328efeec50a2d82f5 (patch) | |
tree | f1d60c33c09783bfe1b1dec818ea7e04511346c1 /Lib/distutils/__init__.py | |
parent | 46402378ca894bc9ffabb05fc2c59e2d124b41e9 (diff) | |
download | cpython-41ea8ae667625edd662bffc328efeec50a2d82f5.zip cpython-41ea8ae667625edd662bffc328efeec50a2d82f5.tar.gz cpython-41ea8ae667625edd662bffc328efeec50a2d82f5.tar.bz2 |
Bump to 3.2b1.
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 bae33b5..8b85f35 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2a4" +__version__ = "3.2b1" #--end constants-- |