summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2006-08-01 23:36:50 +0000
committerFederico Di Gregorio <fog@initd.org>2006-08-01 23:36:50 +0000
commitf202c7fc8152255acf85c475900441628fa9de36 (patch)
treeaff7e4d61112e81076641271bed78e123a22a2c3 /setup.py
parentf204da89b5aefd0bbe81c38991ca9385270838cb (diff)
downloadpsycopg2-f202c7fc8152255acf85c475900441628fa9de36.tar.gz
Preparing release 2.0.4.
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 3160fe3..f89a948 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.3'
+PSYCOPG_VERSION = '2.0.4'
version_flags = []
# to work around older distutil limitations