summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2008-09-19 21:25:16 +0200
committerFederico Di Gregorio <fog@initd.org>2008-09-19 21:25:16 +0200
commitb92601306e9bf7627ee7a19382492fa4bf511d57 (patch)
tree6722a7e880d45e23bf4493d4f749c0fc2b2fdaaa /setup.py
parent758eaf23d10c434f8dab0167d0bd3f343cafa60f (diff)
downloadpsycopg2-b92601306e9bf7627ee7a19382492fa4bf511d57.tar.gz
Added suppport for UUID and related test.
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 c030715..1ff6b36 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,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.7'
+PSYCOPG_VERSION = '2.0.8'
version_flags = []
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')