summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2007-04-11 07:12:16 +0000
committerFederico Di Gregorio <fog@initd.org>2007-04-11 07:12:16 +0000
commitf57920b0dde5f764f21f68b24a358c3898138f7c (patch)
tree648965f1ab1d2fc52fa89164e8c896d0297da03b /setup.py
parent2a6b523506b64d6949cd46d64a2a76014922de7f (diff)
downloadpsycopg2-f57920b0dde5f764f21f68b24a358c3898138f7c.tar.gz
Release 2.0.6b2.
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 8f91274..a6a885e 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,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.6b1'
+PSYCOPG_VERSION = '2.0.6b2'
version_flags = []
PLATFORM_IS_WINDOWS = sys.platform.lower().startswith('win')