From b1388b7cc3ee25e7a02ffa716b3febdd63a4da57 Mon Sep 17 00:00:00 2001 From: Ashley Scillitoe Date: Tue, 18 Jan 2022 11:39:31 +0000 Subject: [PATCH] v0.8.1 --- 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 1a77e17a3..c52439c68 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,6 +17,6 @@ authors: - family-names: "Samoilescu" given-names: "Robert" title: "Alibi Detect: Algorithms for outlier, adversarial and drift detection" -version: 0.8.0 -date-released: 2021-12-09 +version: 0.8.1 +date-released: 2022-01-18 url: "https://github.com/SeldonIO/alibi-detect" diff --git a/README.md b/README.md index 65264fcaf..e4aaccd94 100644 --- a/README.md +++ b/README.md @@ -334,8 +334,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}, url = {https://github.com/SeldonIO/alibi-detect}, - version = {0.8.0}, - date = {2021-12-09}, + version = {0.8.1}, + date = {2022-01-18}, year = {2019} } ``` diff --git a/alibi_detect/version.py b/alibi_detect/version.py index 9ae8b7ea5..4f6603c83 100644 --- a/alibi_detect/version.py +++ b/alibi_detect/version.py @@ -2,4 +2,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module module -__version__ = "0.8.1dev" +__version__ = "0.8.1"