Fix mongo authentication, version 0.2.1

This commit is contained in:
Don Brown
2014-02-18 00:10:29 -07:00
parent 8ad8e38553
commit b9dcf43cf4
2 changed files with 3 additions and 3 deletions

View File

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