Skip to content

Commit c27003d

Browse files
committedJul 12, 2022
Version: Release 0.1.5
1 parent 8607580 commit c27003d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -104,18 +104,18 @@ Cite as:
104104

105105
- Plaintext:
106106

107-
> Rodrigo Bermúdez Schettino. (2022). rodrigobdz/lrp: v0.1.3 (v0.1.3). Zenodo. https://doi.org/10.5281/zenodo.6814441
107+
> Rodrigo Bermúdez Schettino. (2022). rodrigobdz/lrp: v0.1.5 (v0.1.5). Zenodo. https://doi.org/10.5281/zenodo.6814441
108108
109109
- BibTeX:
110110

111111
```text
112112
@software{rodrigo_bermudez_schettino_2022_6814441,
113113
author = {Rodrigo Bermúdez Schettino},
114-
title = {rodrigobdz/lrp: v0.1.3},
114+
title = {rodrigobdz/lrp: v0.1.5},
115115
month = jul,
116116
year = 2022,
117117
publisher = {Zenodo},
118-
version = {v0.1.3},
118+
version = {v0.1.5},
119119
doi = {10.5281/zenodo.6814441},
120120
url = {https://doi.org/10.5281/zenodo.6814441}
121121
}

‎setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = lrp_pf_auc
3-
version = 0.1.4
3+
version = 0.1.5
44
description = Explain Neural Networks using Layer-Wise Relevance Propagation and evaluate the explanations using Pixel-Flipping and Area Under the Curve.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)
Please sign in to comment.