From d47df847c631c91c9988bfc300b2e74104d60fa4 Mon Sep 17 00:00:00 2001 From: Mayukh Bhattacharyya Date: Tue, 31 Mar 2020 02:47:28 +0530 Subject: [PATCH] update version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 89689d9..135dfad 100644 --- a/setup.py +++ b/setup.py @@ -26,13 +26,13 @@ ext_modules = cythonize(extensions) setup(name='reco', - version='0.1.17', + version='0.2.1', description='a simple yet powerful recommender systems library in python', url='http://github.com/mayukh18/reco', author='Mayukh Bhattacharyya', author_email='mayukh.superb@gmail.com', license='MIT', - download_url = 'https://github.com/mayukh18/reco/tarball/0.1.17', + download_url = 'https://github.com/mayukh18/reco/tarball/0.2.1', include_package_data = True, keywords=['recommendation'], packages=['reco',