diff options
author | Federico Di Gregorio <fog@initd.org> | 2006-08-01 23:36:50 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2006-08-01 23:36:50 +0000 |
commit | f202c7fc8152255acf85c475900441628fa9de36 (patch) | |
tree | aff7e4d61112e81076641271bed78e123a22a2c3 /setup.py | |
parent | f204da89b5aefd0bbe81c38991ca9385270838cb (diff) | |
download | psycopg2-f202c7fc8152255acf85c475900441628fa9de36.tar.gz |
Preparing release 2.0.4.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.3' +PSYCOPG_VERSION = '2.0.4' version_flags = [] # to work around older distutil limitations |