From c5bc1a3b9aed38012b4d030e3e2bc760e35a74ed Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Thu, 3 Nov 2005 16:03:06 +0000 Subject: Small changes to interval parsing. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3ded6e4..95b489c 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.0b5' +PSYCOPG_VERSION = '2.0b6' version_flags = [] # to work around older distutil limitations -- cgit v1.2.1