Skip to content

Commit

Permalink
update 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingDD committed Jul 20, 2022
1 parent b365fe0 commit 69aef73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion daisy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
]


__version__ = 'v2.0.5'
__version__ = 'v2.0.6'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
name = 'daisyRec',
packages = [package for package in find_packages() if package.startswith('daisy')],
# packages = find_packages(exclude=['tests*']),
version = 'v2.0.5', # Ideally should be same as your GitHub release tag varsion
version = 'v2.0.6', # Ideally should be same as your GitHub release tag varsion
description=('An easy-to-use library for recommender systems.'),
long_description = long_description,
# long_description_content_type="text/markdown",
author = 'Yu Di',
author_email = 'di.yu.2021@mitb.smu.edu.sg',
url = 'https://github.com/AmazingDD/daisyRec',
download_url = 'https://github.com/AmazingDD/daisyRec/archive/refs/tags/v2.0.5.tar.gz',
download_url = 'https://github.com/AmazingDD/daisyRec/archive/refs/tags/v2.0.6.tar.gz',
keywords = ['ranking', 'recommendation'],
include_package_data=True,
install_requires=install_requires,
Expand Down

0 comments on commit 69aef73

Please sign in to comment.