bumping version: faster decoding, master-slave support, use code_w_scope, new-style dbrefs, auto-ref

This commit is contained in:
Mike Dirolf 2009-03-17 13:37:52 -04:00
parent 9eebac461e
commit 9f3ad7f0d4

View File

@ -58,7 +58,7 @@ Please use Python >= 2.4 to take advantage of the extension.""" % ext.name
setup(
name="pymongo",
version="0.8.1",
version="0.9",
description="Driver for the Mongo database <http://www.mongodb.org>",
long_description=readme_content,
author="10gen",