bump version to 3.1b1

This commit is contained in:
Benjamin Peterson 2009-05-06 20:43:28 +00:00
parent 3c0f221310
commit 5c5f3de16e
6 changed files with 9 additions and 9 deletions

View file

@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
__version__ = "3.1a2"
__version__ = "3.1b1"
#--end constants--