summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2006-09-02 01:09:31 +0000
committerFederico Di Gregorio <fog@initd.org>2006-09-02 01:09:31 +0000
commit616a1c2042b8d60bfea877a2e1341502ecc90a34 (patch)
tree9b29c7905ed92d4bf910f38d86502d24a516b78a /setup.py
parent3e0d8792a81d0d411845b348b3da0dc512aefb1f (diff)
downloadpsycopg2-616a1c2042b8d60bfea877a2e1341502ecc90a34.tar.gz
Preparing 2.0.5.1.2_0_5_1
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 948cb51..45daed7 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ from distutils.command.build_ext import build_ext
from distutils.sysconfig import get_python_inc
from distutils.ccompiler import get_default_compiler
-PSYCOPG_VERSION = '2.0.5'
+PSYCOPG_VERSION = '2.0.5.1'
version_flags = []
# to work around older distutil limitations