summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-12-10 14:27:54 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-12-10 14:28:04 +0100
commitbc79abace1588a9c4db2ea9988a053ce79ee39d6 (patch)
treeca9e27b0d4dfab597062a351b8ff0adf5f9b306a
parent846ae52ab2afbc7e2d6b4301f3106d4d7f086187 (diff)
downloadpsycopg2-bc79abace1588a9c4db2ea9988a053ce79ee39d6.tar.gz
Bump to next dev release
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 186c442..97537f0 100644
--- a/setup.py
+++ b/setup.py
@@ -44,7 +44,7 @@ except ImportError:
# Take a look at https://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern.
-PSYCOPG_VERSION = '2.9.2'
+PSYCOPG_VERSION = '2.9.3.dev0'
# note: if you are changing the list of supported Python version please fix