From ddd065fe60245a5dfcc855c63e26fa58e4e14846 Mon Sep 17 00:00:00 2001 From: Jesse Claven Date: Thu, 18 Apr 2024 16:09:41 +0100 Subject: [PATCH] Bump to v0.9.7.dev0 --- alibi/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alibi/version.py b/alibi/version.py index 98bf3ebbb..318847a94 100644 --- a/alibi/version.py +++ b/alibi/version.py @@ -3,4 +3,4 @@ # 2) we can import it in setup.py for the same reason # 3) we can import it into your module module -__version__ = "0.9.6" +__version__ = "0.9.7.dev0"