summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 19:09:24 +0000
committerGeorg Brandl <georg@python.org>2010-12-04 19:09:24 +0000
commit13652894fa830ff6d9eff472a956034f09f0922e (patch)
treeeff69e0abf1156633f4c07f6d5beecb4b491d433 /__init__.py
parent47c1750f35348e99498ca6e8fcec38b67efe95d9 (diff)
downloadpython-setuptools-git-13652894fa830ff6d9eff472a956034f09f0922e.tar.gz
Bump to 3.2b1.
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 bae33b55..8b85f35f 100644
--- a/__init__.py
+++ b/__init__.py
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.2a4"
+__version__ = "3.2b1"
#--end constants--