Skip to content

Commit 687cddf

Browse files
author
Ashley Scillitoe
committed
v0.9.0
1 parent 10c07d1 commit 687cddf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ authors:
1717
- family-names: "Samoilescu"
1818
given-names: "Robert"
1919
title: "Alibi Detect: Algorithms for outlier, adversarial and drift detection"
20-
version: 0.8.1
21-
date-released: 2022-01-18
20+
version: 0.9.0
21+
date-released: 2022-03-17
2222
url: "https://github.com/SeldonIO/alibi-detect"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,8 @@ BibTeX entry:
401401
title = {Alibi Detect: Algorithms for outlier, adversarial and drift detection},
402402
author = {Van Looveren, Arnaud and Klaise, Janis and Vacanti, Giovanni and Cobb, Oliver and Scillitoe, Ashley and Samoilescu, Robert},
403403
url = {https://github.com/SeldonIO/alibi-detect},
404-
version = {0.8.1},
405-
date = {2022-01-18},
404+
version = {0.9.0},
405+
date = {2022-03-17},
406406
year = {2019}
407407
}
408408
```

alibi_detect/version.py

Lines changed: 1 addition & 1 deletion
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.8.2dev"
5+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)