summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-06-27 21:40:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-06-27 21:40:27 (GMT)
commit46ea4f73b998364e020972eb80415e6004a917f2 (patch)
tree9b189911a06ae7f42f4225de27e3094b248646e5 /Lib/distutils
parentc216b27c427a5878237fb6420c221d59ec7f5285 (diff)
downloadcpython-46ea4f73b998364e020972eb80415e6004a917f2.zip
cpython-46ea4f73b998364e020972eb80415e6004a917f2.tar.gz
cpython-46ea4f73b998364e020972eb80415e6004a917f2.tar.bz2
bump to 3.2a0
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 73c77f1..18b02fc 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.1"
+__version__ = "3.2a0"
#--end constants--