summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2006-07-31 00:22:13 +0000
committerFederico Di Gregorio <fog@initd.org>2006-07-31 00:22:13 +0000
commit14805a531144f623c7cc51c7713135ceca758cd2 (patch)
treebcbeb0078841e2372a57e4d94c04f8efcb2da01d /setup.py
parent50e85bba65422c001dd615832aefbddf61a6c56d (diff)
downloadpsycopg2-14805a531144f623c7cc51c7713135ceca758cd2.tar.gz
Preparing release 2.0.3.
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 dd4a001..3160fe3 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.2'
+PSYCOPG_VERSION = '2.0.3'
version_flags = []
# to work around older distutil limitations