summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-25 12:20:46 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-25 12:20:46 +0200
commite4b2a197c62a205a1a44686f50377f87758109d5 (patch)
tree179a25b3e8d1320bd473cd7a53f6a3a153544734
parent20bb48666312e6f4747d1f6187f520c812f29591 (diff)
downloadpsycopg2-e4b2a197c62a205a1a44686f50377f87758109d5.tar.gz
chore: bump to next dev version
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8930bcc..85379f5 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.4'
+PSYCOPG_VERSION = '2.9.5.dev0'
# note: if you are changing the list of supported Python version please fix