From 8a6c55a3425b99f2f47854541198ad67d3293fd0 Mon Sep 17 00:00:00 2001 From: Federico Di Gregorio Date: Thu, 26 May 2005 07:38:56 +0000 Subject: [PATCH] About to release.. *grin* --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8f52bb3..a76aaf77 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.0b2' +PSYCOPG_VERSION = '2.0b3' version_flags = [] # to work around older distutil limitations