summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index b1d01d1..e2847c5 100644
--- a/setup.py
+++ b/setup.py
@@ -55,9 +55,10 @@ from distutils.command.build_ext import build_ext
from distutils.sysconfig import get_python_inc
from distutils.ccompiler import get_default_compiler
-# take a look at http://www.python.org/dev/peps/pep-0386/
-# for a consistent versioning pattern
-PSYCOPG_VERSION = '2.3a1'
+# Take a look at http://www.python.org/dev/peps/pep-0386/
+# for a consistent versioning pattern.
+
+PSYCOPG_VERSION = '2.3.0-beta1'
version_flags = ['dt', 'dec']