Fix moved auth method

This commit is contained in:
Don Brown
2014-02-18 00:14:47 -07:00
parent b9dcf43cf4
commit 6f5876469f
2 changed files with 3 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ else:
setup(
name="asyncio_mongo",
version="0.2.1",
version="0.2.2",
description="Asynchronous Python 3.3+ driver for MongoDB <http://www.mongodb.org>",
author="Alexandre Fiori, Don Brown",
author_email="mrdon@twdata.org",