Bump version number to try fixing libc 2.26 libresolv problem

https://github.com/psycopg/psycopg2-wheels/issues/2

[skip-ci]
This commit is contained in:
Daniele Varrazzo 2017-08-25 12:24:37 +01:00
parent cd3393b21c
commit 302b2f962f

View File

@ -64,7 +64,7 @@ except ImportError:
# Take a look at http://www.python.org/dev/peps/pep-0440/ # Take a look at http://www.python.org/dev/peps/pep-0440/
# for a consistent versioning pattern. # 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 # note: if you are changing the list of supported Python version please fix