summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2007-01-19 03:40:27 +0000
committerFederico Di Gregorio <fog@initd.org>2007-01-19 03:40:27 +0000
commit288342879124def9c52f163a9930397282f09c26 (patch)
tree88386ad47c724b7b22a7f21596231c29446ec90e /setup.py
parentb074dd4d8b72c495e9896faa907f34f6a0595da1 (diff)
downloadpsycopg2-288342879124def9c52f163a9930397282f09c26.tar.gz
Lets do a beta release.
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 20975e5..664018f 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.5.1'
+PSYCOPG_VERSION = '2.0.6b1'
version_flags = []
# to work around older distutil limitations