From e3ccc88d4c46bc2d2b1fd888c8c2d0114601edf7 Mon Sep 17 00:00:00 2001 From: Rodrigo Bermudez Schettino Date: Sat, 9 Jul 2022 16:24:46 +0200 Subject: [PATCH] Setup: Bump version to 0.1.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3399aa4..1e532c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lrp_pf_auc -version = 0.1.0 +version = 0.1.1 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