From c687f1d816823cd538ae6158f25b44da9ffa31c4 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 11 May 2011 12:58:38 +0100 Subject: [PATCH] Bump to next development release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ae8117f..de7ef106 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.4.1' +PSYCOPG_VERSION = '2.4.2.dev0' version_flags = ['dt', 'dec']