Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mayukh18 committed Mar 30, 2020
1 parent dd45911 commit d47df84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
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',
Expand Down

0 comments on commit d47df84

Please sign in to comment.