diff --git a/setup.py b/setup.py index a31817a3..3a8bc20e 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ from distutils.core import setup, Extension from distutils.sysconfig import get_python_inc import distutils.ccompiler -PSYCOPG_VERSION = '1.99.12' +PSYCOPG_VERSION = '1.99.12.1' version_flags = [] have_pydatetime = False