bumping version. added connection pooling and a fix to fail on insert instead of query when using non utf-8 strings

This commit is contained in:
Mike Dirolf 2009-02-17 11:39:33 -05:00
parent 724342623d
commit 4362fafd24

View File

@ -38,7 +38,7 @@ Above is the ouput showing how the compilation failed.""" % ext.name
setup(
name="pymongo",
version="0.6",
version="0.7",
description="Driver for the Mongo database <http://www.mongodb.org>",
long_description=readme_content,
author="10gen",