diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-08-25 12:24:37 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2017-08-25 12:24:37 +0100 |
commit | 302b2f962fbae0a6e422dc6292f9a596b71caaf2 (patch) | |
tree | f3609160a12bae67c2432efc7d26802f0a89dbb1 | |
parent | cd3393b21cf753db0688c29e248f7ce94ff509b6 (diff) | |
download | psycopg2-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |