From 8606d835074b310bb39fc44e5c954d78988cbf97 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 11 Dec 2011 22:05:45 +0000 Subject: [PATCH] Bump to next development version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c5642b0..488d71f7 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.4.3' +PSYCOPG_VERSION = '2.4.4.dev0' version_flags = ['dt', 'dec']