From 3e066554165b0fd4989d62dbcc02bd5f4439d6e6 Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Tue, 29 Dec 2020 16:07:48 -0800 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e26e00c2..57463386 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="imodels", - version="0.2.5", + version="0.2.6", author="Chandan Singh", author_email="chandan_singh@berkeley.edu", description="Implementations of various interpretable models",