About to release.. *grin*

This commit is contained in:
Federico Di Gregorio 2005-05-26 07:38:56 +00:00
parent b48085e2c5
commit 8a6c55a342

View File

@ -55,7 +55,7 @@ from distutils.command.build_ext import build_ext
from distutils.sysconfig import get_python_inc from distutils.sysconfig import get_python_inc
from distutils.ccompiler import get_default_compiler from distutils.ccompiler import get_default_compiler
PSYCOPG_VERSION = '2.0b2' PSYCOPG_VERSION = '2.0b3'
version_flags = [] version_flags = []
# to work around older distutil limitations # to work around older distutil limitations