From 8ad8e38553f48825eb2c6f53d5f650f1ab785a35 Mon Sep 17 00:00:00 2001 From: Don Brown Date: Mon, 17 Feb 2014 23:09:48 -0700 Subject: [PATCH] Set version to 0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7c01448..72829f0 100755 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ else: setup( name="asyncio_mongo", - version="0.1", + version="0.2", description="Asynchronous Python 3.3+ driver for MongoDB ", author="Alexandre Fiori, Don Brown", author_email="mrdon@twdata.org",