summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-30 15:30:16 +0000
committerBenjamin Peterson <benjamin@python.org>2009-05-30 15:30:16 +0000
commit13e74436fe53eb88f4f20555c16df795b16987fc (patch)
tree8618f91450c519220336f327713bb0d893f864e0 /__init__.py
parentf9b04c5e43bf858c654b1557447ed19051bd85a4 (diff)
downloadpython-setuptools-git-13e74436fe53eb88f4f20555c16df795b16987fc.tar.gz
bump to 3.1rc1
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 80ccf611..5a5db532 100644
--- a/__init__.py
+++ b/__init__.py
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.1b1"
+__version__ = "3.1rc1"
#--end constants--