summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-08-25 12:24:37 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-08-25 12:24:37 +0100
commit302b2f962fbae0a6e422dc6292f9a596b71caaf2 (patch)
treef3609160a12bae67c2432efc7d26802f0a89dbb1
parentcd3393b21cf753db0688c29e248f7ce94ff509b6 (diff)
downloadpsycopg2-fix-wheel-libresolv.tar.gz
Bump version number to try fixing libc 2.26 libresolv problemfix-wheel-libresolv
https://github.com/psycopg/psycopg2-wheels/issues/2 [skip-ci]
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 40ee4c5..77b0d8b 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern.
-PSYCOPG_VERSION = '2.7.3'
+PSYCOPG_VERSION = '2.7.3.1.dev0'
# note: if you are changing the list of supported Python version please fix