summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2004-11-19 15:30:07 +0000
committerFederico Di Gregorio <fog@initd.org>2004-11-19 15:30:07 +0000
commit818caa563701c9e09240e5231fb608e4c7d3ef03 (patch)
tree44d94b1b64bd6229579d6a6bff59e9913d4bf4e0 /setup.py
parent091270db2a3df7733bfabe62ed8fc57ea0359b9c (diff)
downloadpsycopg2-818caa563701c9e09240e5231fb608e4c7d3ef03.tar.gz
Fixes to row_factory.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ad07b90..605b626 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.10'
+PSYCOPG_VERSION = '1.99.11'
have_pydatetime = False
have_mxdatetime = False