From cefb4555c4d3a074958a29494a43897226bc867c Mon Sep 17 00:00:00 2001 From: Ilya Matiach Date: Thu, 8 Oct 2020 14:42:15 -0400 Subject: [PATCH] release interpret-community 0.15.2 (#336) --- 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 f568be59..c1286831 100644 --- a/python/interpret_community/version.py +++ b/python/interpret_community/version.py @@ -1,5 +1,5 @@ name = 'interpret_community' _major = '0' _minor = '15' -_patch = '1' +_patch = '2' version = '{}.{}.{}'.format(_major, _minor, _patch)