We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81896d5 commit 800cf26Copy full SHA for 800cf26
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.0
23
-date-released: 2023-01-11
+version: 0.9.1
+date-released: 2023-03-13
24
url: "https://github.com/SeldonIO/alibi"
25
preferred-citation:
26
type: article
alibi/version.py
@@ -2,4 +2,4 @@
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.1dev'
+__version__ = '0.9.1'
0 commit comments