From ace0f512e389792798ac6d96815f8e623c299bae Mon Sep 17 00:00:00 2001 From: Ashley Scillitoe Date: Fri, 21 Oct 2022 14:30:07 +0100 Subject: [PATCH] v0.10.4 --- 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 0ab8b7093..e162f25b3 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.10.3 -date-released: 2022-08-17 +version: 0.10.4 +date-released: 2022-10-21 url: "https://github.com/SeldonIO/alibi-detect" diff --git a/README.md b/README.md index 996f39f65..c62f574f6 100644 --- a/README.md +++ b/README.md @@ -395,8 +395,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.10.3}, - date = {2022-08-17}, + version = {0.10.4}, + date = {2022-10-21}, year = {2019} } ``` diff --git a/alibi_detect/version.py b/alibi_detect/version.py index 0447022c5..87e12cf5c 100644 --- a/alibi_detect/version.py +++ b/alibi_detect/version.py @@ -2,7 +2,7 @@ # 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.10.3" +__version__ = "0.10.4" # Define the config specification version. This is distinct to the library version above. It is only updated when # any detector config schema is updated, such that loading a previous config spec cannot be guaranteed to work.