summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-06-21 11:26:29 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-06-21 11:26:29 +0100
commitee056bc6e8f16e4b69f6bdf49f0fb72f5141218d (patch)
tree2c2fa296c9a1b583fd327438183593ee55f8ef57
parentc32dbf357c39e03d5ef0ca23b36b1466739448df (diff)
downloadpsycopg2-ee056bc6e8f16e4b69f6bdf49f0fb72f5141218d.tar.gz
Bump to next dev version number
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c1f319a..0229733 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ except ImportError:
# Take a look at https://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern.
-PSYCOPG_VERSION = '2.8.3'
+PSYCOPG_VERSION = '2.8.4.dev0'
# note: if you are changing the list of supported Python version please fix