From 7990425801a11e280b2fa52a2e15f27ec95ed050 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 26 Dec 2011 20:06:10 +0100 Subject: [PATCH] Bump to next dev version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91920b3e..cc78e34a 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.4' +PSYCOPG_VERSION = '2.4.5.dev0' version_flags = ['dt', 'dec']