summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2006-09-01 08:33:01 +0000
committerFederico Di Gregorio <fog@initd.org>2006-09-01 08:33:01 +0000
commitd7100abbbe89fa247055b1950c93004d53c29643 (patch)
tree99bbbf2cb4a86a7219b0740c785d56348da96650 /setup.py
parentec865ae932e859883e19a06bc399572f3021a347 (diff)
downloadpsycopg2-d7100abbbe89fa247055b1950c93004d53c29643.tar.gz
Changing version numbers for 2.0.5.
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 f89a948..f73b9e0 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.4'
+PSYCOPG_VERSION = '2.0.5'
version_flags = []
# to work around older distutil limitations