diff options
author | Georg Brandl <georg@python.org> | 2010-11-13 06:39:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-13 06:39:58 (GMT) |
commit | 24854cac996ebe2f534cbe58b141fe51fd2d8d0e (patch) | |
tree | 12d37a76483846ce74f358ae1c391db966dcca5b /Lib/distutils/__init__.py | |
parent | ac127870753aa3ba4358fbe584029d017f2ebe97 (diff) | |
download | cpython-24854cac996ebe2f534cbe58b141fe51fd2d8d0e.zip cpython-24854cac996ebe2f534cbe58b141fe51fd2d8d0e.tar.gz cpython-24854cac996ebe2f534cbe58b141fe51fd2d8d0e.tar.bz2 |
Bump to 3.2a4.
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 9df61ab..bae33b5 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.2a3" +__version__ = "3.2a4" #--end constants-- |