From f900fa496021070b274a99473827bd0fb2fd05e8 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 9 Nov 2020 23:17:56 +0000 Subject: [PATCH] Bump to new major release development line on master --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4b4889d9..f862d37a 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ except ImportError: # Take a look at https://www.python.org/dev/peps/pep-0440/ # for a consistent versioning pattern. -PSYCOPG_VERSION = '2.8.7.dev0' +PSYCOPG_VERSION = '2.9.dev0' # note: if you are changing the list of supported Python version please fix