summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2010-07-18 12:32:45 +0200
committerFederico Di Gregorio <fog@initd.org>2010-07-18 12:32:45 +0200
commitc3b835929ba0776d65fafeaad62b7756f5114bca (patch)
treec78598a67cc860e00b8098afd3ec88368d807d93 /setup.py
parent557608f715d0b7aade3f3b7c71b88c60c7f46175 (diff)
downloadpsycopg2-c3b835929ba0776d65fafeaad62b7756f5114bca.tar.gz
Preparing release 2.2.22_2_2
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 2fec5ea..5520bd9 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,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.2.2-devel'
+PSYCOPG_VERSION = '2.2.2'
version_flags = ['dt', 'dec']
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')