From a61f715b461849238be32488d3f33d21ea3ebaf9 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Fri, 4 Mar 2005 03:36:23 +0000 Subject: [PATCH] Bumped up version to 1.99.12.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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