Skip to content

Commit 4c14000

Browse files
committed
v0.9.2
1 parent 306ce21 commit 4c14000

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ authors:
1919
- family-names: "Athorne"
2020
given-names: "Alex"
2121
title: "Alibi Explain: Algorithms for Explaining Machine Learning Models"
22-
version: 0.9.1
23-
date-released: 2023-03-13
22+
version: 0.9.2
23+
date-released: 2023-04-28
2424
url: "https://github.com/SeldonIO/alibi"
2525
preferred-citation:
2626
type: article

alibi/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# 1) we don't load dependencies by storing it in __init__.py
33
# 2) we can import it in setup.py for the same reason
44
# 3) we can import it into your module module
5-
__version__ = '0.9.2dev'
5+
__version__ = '0.9.2'

0 commit comments

Comments
 (0)