summaryrefslogtreecommitdiff
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-10 09:40:34 +0000
committerGeorg Brandl <georg@python.org>2010-10-10 09:40:34 +0000
commit371edafa6e4f077c0e515efcbf76252e4489aae5 (patch)
treeb8f09b4b7c497b8da902fc70e884142de2fde958 /Lib/distutils
parent6114f528f5d99bc132e309b644bca01d80ab62c3 (diff)
downloadcpython-371edafa6e4f077c0e515efcbf76252e4489aae5.tar.gz
Bump to 3.2a3.
Diffstat (limited to 'Lib/distutils')
-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 92ed8f4db2..9df61ab029 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--