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"