We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7085605 commit 0039fbdCopy full SHA for 0039fbd
CITATION.cff
@@ -19,8 +19,8 @@ authors:
19
- family-names: "Athorne"
20
given-names: "Alex"
21
title: "Alibi Explain: Algorithms for Explaining Machine Learning Models"
22
-version: 0.9.4
23
-date-released: 2023-07-07
+version: 0.9.5
+date-released: 2024-01-22
24
url: "https://github.com/SeldonIO/alibi"
25
preferred-citation:
26
type: article
alibi/version.py
@@ -2,4 +2,5 @@
2
# 1) we don't load dependencies by storing it in __init__.py
3
# 2) we can import it in setup.py for the same reason
4
# 3) we can import it into your module module
5
-__version__ = '0.9.5dev'
+
6
+__version__ = '0.9.5'
0 commit comments