summaryrefslogtreecommitdiff
path: root/__init__.py
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
commit8a775b192d5d53db9bf259d3526348be1462df34 (patch)
treeef2473ddf4ee811833fd3fbffea3563d4995ab8c /__init__.py
parent107ea98e7050ff3c6ea4aaf1a3b7f73aef69bfbf (diff)
downloadpython-setuptools-git-8a775b192d5d53db9bf259d3526348be1462df34.tar.gz
Bump to 3.2a3.
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 92ed8f4d..9df61ab0 100644
--- a/__init__.py
+++ b/__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--