We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306ce21 commit 4c14000Copy full SHA for 4c14000
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.1
23
-date-released: 2023-03-13
+version: 0.9.2
+date-released: 2023-04-28
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.2dev'
+__version__ = '0.9.2'
0 commit comments