From 3f6497d587fbd1d78458b55e9833326bf19c45e8 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 14 Jan 2014 18:27:46 +0000 Subject: [PATCH] Bump to next dev release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e28ec2b..4e7695c6 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ except ImportError: # Take a look at http://www.python.org/dev/peps/pep-0386/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.5.2' +PSYCOPG_VERSION = '2.5.3.dev0' version_flags = ['dt', 'dec']