diff options
| author | Federico Di Gregorio <fog@initd.org> | 2007-04-11 07:12:16 +0000 |
|---|---|---|
| committer | Federico Di Gregorio <fog@initd.org> | 2007-04-11 07:12:16 +0000 |
| commit | f57920b0dde5f764f21f68b24a358c3898138f7c (patch) | |
| tree | 648965f1ab1d2fc52fa89164e8c896d0297da03b /setup.py | |
| parent | 2a6b523506b64d6949cd46d64a2a76014922de7f (diff) | |
| download | psycopg2-f57920b0dde5f764f21f68b24a358c3898138f7c.tar.gz | |
Release 2.0.6b2.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |
