diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a519f367..9c4d6674c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [v0.9.0](https://github.com/SeldonIO/alibi/tree/v0.x.x) (2023-xx-xx) +## [v0.9.0](https://github.com/SeldonIO/alibi/tree/v0.9.0) (2023-01-11) [Full Changelog](https://github.com/SeldonIO/alibi/compare/v0.8.0...v0.9.0) ### Added diff --git a/CITATION.cff b/CITATION.cff index b78b6c7f2..eb365030c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,8 +19,8 @@ authors: - family-names: "Athorne" given-names: "Alex" title: "Alibi Explain: Algorithms for Explaining Machine Learning Models" -version: 0.8.0 -date-released: 2022-09-26 +version: 0.9.0 +date-released: 2023-01-11 url: "https://github.com/SeldonIO/alibi" preferred-citation: type: article diff --git a/alibi/version.py b/alibi/version.py index 06285e055..23bc90e21 100644 --- a/alibi/version.py +++ b/alibi/version.py @@ -2,4 +2,4 @@ # 1) we don't load dependencies by storing it in __init__.py # 2) we can import it in setup.py for the same reason # 3) we can import it into your module module -__version__ = '0.8.1dev' +__version__ = '0.9.0'