From 3ddb2ca023e2095bb0f839fbe6d10f580c6e397f Mon Sep 17 00:00:00 2001 From: Janis Klaise Date: Wed, 21 Jun 2023 14:15:58 +0100 Subject: [PATCH] Bump to v0.11.4dev --- alibi_detect/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alibi_detect/version.py b/alibi_detect/version.py index 0cfedc4f1..504810c19 100644 --- a/alibi_detect/version.py +++ b/alibi_detect/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.11.3" +__version__ = "0.11.4dev"