diff options
author | Georg Brandl <georg@python.org> | 2010-10-10 09:40:34 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-10 09:40:34 (GMT) |
commit | 002fa2de907a5b14f1674f8aba16d404bcb68a66 (patch) | |
tree | f55d7e8ba7ecbba6e3b0969fcf0ddbcccf2e6127 /Lib/distutils | |
parent | de0b4d1abaf62ad706673d2b43f57ae283e832de (diff) | |
download | cpython-002fa2de907a5b14f1674f8aba16d404bcb68a66.zip cpython-002fa2de907a5b14f1674f8aba16d404bcb68a66.tar.gz cpython-002fa2de907a5b14f1674f8aba16d404bcb68a66.tar.bz2 |
Bump to 3.2a3.
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 92ed8f4..9df61ab 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.2a2" +__version__ = "3.2a3" #--end constants-- |