From 416c181415b3b0065cd1891961b908a603b1a182 Mon Sep 17 00:00:00 2001 From: Don Brown Date: Sat, 15 Feb 2014 13:35:16 -0700 Subject: [PATCH] Change name to asyncio_mongo, version to 0.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 948199a..7c01448 100755 --- a/setup.py +++ b/setup.py @@ -92,8 +92,8 @@ else: features = {"c-ext": c_ext} setup( - name="asyncio-mongo", - version="0.1-dev", + name="asyncio_mongo", + version="0.1", description="Asynchronous Python 3.3+ driver for MongoDB ", author="Alexandre Fiori, Don Brown", author_email="mrdon@twdata.org",