From 047667a12b16907aec2f7c8226f979368ef86947 Mon Sep 17 00:00:00 2001 From: rstecanella Date: Mon, 7 Dec 2015 11:35:41 -0300 Subject: [PATCH] new release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 36c1dd4..f5446b1 100644 --- a/setup.py +++ b/setup.py @@ -4,12 +4,12 @@ setup( name='monkeylearn', - version='0.2', + version='0.2.1', author='MonkeyLearn', author_email='hello@monkeylearn.com', description='Official Python client for the MonkeyLearn API', url='https://github.com/monkeylearn/monkeylearn-python', - download_url='https://github.com/monkeylearn/monkeylearn-python/tarball/v0.2', + download_url='https://github.com/monkeylearn/monkeylearn-python/tarball/v0.2.1', keywords=['monkeylearn', 'machine learning', 'python'], classifiers=[ 'Development Status :: 4 - Beta',