diff --git a/CITATION.cff b/CITATION.cff index 75c8f6913..cd2ad0232 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.1 -date-released: 2023-03-03 +version: 0.11.2 +date-released: 2023-04-28 url: "https://github.com/SeldonIO/alibi-detect" diff --git a/README.md b/README.md index 52d9a5df4..9a7e9b2ba 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.1}, - date = {2023-03-03}, + version = {0.11.2}, + date = {2023-04-28}, year = {2019} } ``` diff --git a/alibi_detect/version.py b/alibi_detect/version.py index d5334bb66..4a1926579 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.12.0dev" +__version__ = "0.11.2"