From 57e4da1a872fc531fce651047253b5cbcfa13ede Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 22 Jan 2024 15:12:32 +0000 Subject: [PATCH] v0.11.5 --- CITATION.cff | 4 ++-- README.md | 4 ++-- alibi_detect/version.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 35e288946..881d1e6dc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,6 +19,6 @@ authors: - family-names: "Athorne" given-names: "Alex" title: "Alibi Detect: Algorithms for outlier, adversarial and drift detection" -version: 0.11.4 -date-released: 2023-07-07 +version: 0.11.5 +date-released: 2024-01-22 url: "https://github.com/SeldonIO/alibi-detect" diff --git a/README.md b/README.md index 8e859b587..fe623117b 100644 --- a/README.md +++ b/README.md @@ -407,8 +407,8 @@ BibTeX entry: title = {Alibi Detect: Algorithms for outlier, adversarial and drift detection}, author = {Van Looveren, Arnaud and Klaise, Janis and Vacanti, Giovanni and Cobb, Oliver and Scillitoe, Ashley and Samoilescu, Robert and Athorne, Alex}, url = {https://github.com/SeldonIO/alibi-detect}, - version = {0.11.4}, - date = {2023-07-07}, + version = {0.11.5}, + date = {2024-01-22}, year = {2019} } ``` diff --git a/alibi_detect/version.py b/alibi_detect/version.py index 686b842a5..8216a611b 100644 --- a/alibi_detect/version.py +++ b/alibi_detect/version.py @@ -3,4 +3,4 @@ # 2) we can import it in setup.py for the same reason # 3) we can import it into your module module -__version__ = "0.11.5dev" +__version__ = "0.11.5"