From c9358592872e405c1174b877e40ee861553071f5 Mon Sep 17 00:00:00 2001 From: Ilya Matiach Date: Thu, 13 Jan 2022 21:24:34 -0500 Subject: [PATCH] release interpret-community v0.24.1 (#487) --- python/interpret_community/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/interpret_community/version.py b/python/interpret_community/version.py index 9c1f1331..43894b95 100644 --- a/python/interpret_community/version.py +++ b/python/interpret_community/version.py @@ -1,5 +1,5 @@ name = 'interpret_community' _major = '0' _minor = '24' -_patch = '0' +_patch = '1' version = '{}.{}.{}'.format(_major, _minor, _patch)