summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-05 08:30:40 (GMT)
committerGeorg Brandl <georg@python.org>2010-09-05 08:30:40 (GMT)
commit58a7b46075d7e8a34001a7fd34237b997f9d346b (patch)
treebe01451fbdb070cd1bcf76a9de9f198ba18c97c8 /Lib/distutils/__init__.py
parentbef3db2368ff1d1f7c0f03d5f70da3ec1ae2e0f1 (diff)
downloadcpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.zip
cpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.tar.gz
cpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.tar.bz2
Bump to 3.2a2.
Diffstat (limited to 'Lib/distutils/__init__.py')
-rw-r--r--Lib/distutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 7b22279..92ed8f4 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.2a1"
+__version__ = "3.2a2"
#--end constants--