bumping version - no timeout for regular ops

This commit is contained in:
Mike Dirolf 2009-04-03 09:33:44 -04:00
parent a0b2fa2fb2
commit 8bf2ad3d39

View File

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