From 84352e8cfb4e43351637d61da6969cc7d3aec565 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 15 Feb 2011 10:26:48 +0000 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8edb936f..dcbae047 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.4-beta2' +PSYCOPG_VERSION = '2.4-beta3' version_flags = ['dt', 'dec']