Skip to content

Commit ace0f51

Browse files
author
Ashley Scillitoe
committed
v0.10.4
1 parent c4ed24e commit ace0f51

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
@@ -19,6 +19,6 @@ authors:
1919
- family-names: "Athorne"
2020
given-names: "Alex"
2121
title: "Alibi Detect: Algorithms for outlier, adversarial and drift detection"
22-
version: 0.10.3
23-
date-released: 2022-08-17
22+
version: 0.10.4
23+
date-released: 2022-10-21
2424
url: "https://github.com/SeldonIO/alibi-detect"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ BibTeX entry:
395395
title = {Alibi Detect: Algorithms for outlier, adversarial and drift detection},
396396
author = {Van Looveren, Arnaud and Klaise, Janis and Vacanti, Giovanni and Cobb, Oliver and Scillitoe, Ashley and Samoilescu, Robert and Athorne, Alex},
397397
url = {https://github.com/SeldonIO/alibi-detect},
398-
version = {0.10.3},
399-
date = {2022-08-17},
398+
version = {0.10.4},
399+
date = {2022-10-21},
400400
year = {2019}
401401
}
402402
```

alibi_detect/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.10.3"
5+
__version__ = "0.10.4"
66

77
# Define the config specification version. This is distinct to the library version above. It is only updated when
88
# any detector config schema is updated, such that loading a previous config spec cannot be guaranteed to work.

0 commit comments

Comments
 (0)