Skip to content

Commit

Permalink
New release and cit update
Browse files Browse the repository at this point in the history
  • Loading branch information
benedekrozemberczki committed Dec 7, 2021
1 parent 19a63fa commit 49b4171
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you find *RexMex* useful in your research, please consider adding the followi
```bibtex
@inproceedings{rexmex,
title = {{rexmex: A General Purpose Recommender Metrics Library for Fair Evaluation.}},
author = {Benedek Rozemberczki and Sebastian Nilsson and Piotr Grabowski and Gavin Edwards},
author = {Benedek Rozemberczki and Sebastian Nilsson and Piotr Grabowski and Charles Tapley Hoyt and Gavin Edwards},
year = {2021},
}
```
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
setup(
name="rexmex",
packages=find_packages(),
version="0.0.10",
version="0.0.11",
license="Apache License, Version 2.0",
description="",
author="AstraZeneca BIKG Team",
description="A General Purpose Recommender Metrics Library for Fair Wvaluation.",
author="Benedek Rozemberczki, Sebastian Nilsson, Piotr Grabowski, Charles Tapley Hoyt, Gavin Edwards",
author_email="[email protected]",
url="https://github.com/AstraZeneca/rexmex",
download_url="https://github.com/AstraZeneca/rexmex/archive/v_00010.tar.gz",
download_url="https://github.com/AstraZeneca/rexmex/archive/v_00011.tar.gz",
keywords=keywords,
install_requires=install_requires,
setup_requires=setup_requires,
Expand Down

0 comments on commit 49b4171

Please sign in to comment.