summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-10 12:14:42 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-10 12:17:12 +0000
commit5e0b109b263e00c9c71b4bfc606cb3ebcc19f1f6 (patch)
treeb80970dba297e992b975dd88efdfa0c48d02e0af
parent3b84bc1b6e0f6df5aee71367091eb57511647706 (diff)
downloadpsycopg2-fix-808.tar.gz
Bump to a package version to test with newer libpq versionfix-808
Test packages to be release to check if #808 is fixed. [skip ci]
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 174aa59..ae79b6f 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern.
-PSYCOPG_VERSION = '2.7.6'
+PSYCOPG_VERSION = '2.7.6.1.dev0'
# note: if you are changing the list of supported Python version please fix