From 66e12f773def859e16ea917cd0c03f90f00a43f5 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 27 Jun 2009 21:40:27 +0000 Subject: bump to 3.2a0 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 73c77f1f..18b02fc6 100644 --- a/__init__.py +++ b/__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-- -- cgit v1.2.1