From 0039fbd84fa5c12ce699741beb1bcd60d5ca72a0 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 22 Jan 2024 15:09:03 +0000 Subject: [PATCH] v0.9.5 --- CITATION.cff | 4 ++-- alibi/version.py | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 761e3eec6..bd18b0d01 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,8 +19,8 @@ authors: - family-names: "Athorne" given-names: "Alex" title: "Alibi Explain: Algorithms for Explaining Machine Learning Models" -version: 0.9.4 -date-released: 2023-07-07 +version: 0.9.5 +date-released: 2024-01-22 url: "https://github.com/SeldonIO/alibi" preferred-citation: type: article diff --git a/alibi/version.py b/alibi/version.py index d61166837..e2b2dfb2f 100644 --- a/alibi/version.py +++ b/alibi/version.py @@ -2,4 +2,5 @@ # 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.9.5dev' + +__version__ = '0.9.5'