From c27003dd669c3e6a34af1f3e864dbe22a0b562c4 Mon Sep 17 00:00:00 2001 From: Rodrigo Bermudez Schettino Date: Tue, 12 Jul 2022 10:52:26 +0200 Subject: [PATCH] Version: Release 0.1.5 --- README.md | 6 +++--- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 928bf41..da0571b 100644 --- a/README.md +++ b/README.md @@ -104,18 +104,18 @@ Cite as: - Plaintext: - > Rodrigo Bermúdez Schettino. (2022). rodrigobdz/lrp: v0.1.3 (v0.1.3). Zenodo. https://doi.org/10.5281/zenodo.6814441 + > Rodrigo Bermúdez Schettino. (2022). rodrigobdz/lrp: v0.1.5 (v0.1.5). Zenodo. https://doi.org/10.5281/zenodo.6814441 - BibTeX: ```text @software{rodrigo_bermudez_schettino_2022_6814441, author = {Rodrigo Bermúdez Schettino}, - title = {rodrigobdz/lrp: v0.1.3}, + title = {rodrigobdz/lrp: v0.1.5}, month = jul, year = 2022, publisher = {Zenodo}, - version = {v0.1.3}, + version = {v0.1.5}, doi = {10.5281/zenodo.6814441}, url = {https://doi.org/10.5281/zenodo.6814441} } diff --git a/setup.cfg b/setup.cfg index b7804a7..6b799df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lrp_pf_auc -version = 0.1.4 +version = 0.1.5 description = Explain Neural Networks using Layer-Wise Relevance Propagation and evaluate the explanations using Pixel-Flipping and Area Under the Curve. long_description = file: README.md long_description_content_type = text/markdown