Skip to content

Commit

Permalink
Update version 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfortes committed Jun 25, 2018
1 parent 4b9b64b commit 16294eb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup.py
Expand Up @@ -20,22 +20,21 @@
setup(
name='CaseRecommender',
packages=find_packages(),
version='1.0.9',
version='1.0.10',
license='MIT License',
description='A recommender systems framework for Python',
long_description=long_description,

author='Arthur Fortes',
author_email='fortes.arthur@gmail.com',

url='https://github.com/ArthurFortes/CaseRecommender',
download_url='https://github.com/ArthurFortes/CaseRecommender/archive/master.zip',
url='https://github.com/caserec/CaseRecommender',
download_url='https://github.com/caserec/CaseRecommender/archive/master.zip',

keywords=['recommender systems', 'framework', 'collaborative filtering', 'content-based filtering'],
keywords=['recommender systems', 'framework', 'collaborative filtering', 'content-based filtering',
'recommendation'],

classifiers=[
'Development Status :: 3 - Alpha',

# Indicate who your project is intended for
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
Expand Down

0 comments on commit 16294eb

Please sign in to comment.