-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
amazingDD
committed
Jul 20, 2022
1 parent
b365fe0
commit 69aef73
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
] | ||
|
||
|
||
__version__ = 'v2.0.5' | ||
__version__ = 'v2.0.6' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = '[email protected]', | ||
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, | ||
|