Skip to content

Commit

Permalink
update 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingDD committed Jul 20, 2022
1 parent 1d4baa4 commit 47ac881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion daisy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from __future__ import print_function
from __future__ import division

__version__ = '2.0.4'
__version__ = 'v2.0.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
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.3.tar.gz',
download_url = 'https://github.com/AmazingDD/daisyRec/archive/refs/tags/v2.0.4.tar.gz',
keywords = ['ranking', 'recommendation'],
include_package_data=True,
install_requires=install_requires,
Expand Down

0 comments on commit 47ac881

Please sign in to comment.