From 1243240fec3aae33852ba680ba6aea66a4f86ca7 Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Sun, 12 Mar 2023 15:49:42 -0700 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 369aa3f1..dbe4a41e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setuptools.setup( name="imodels", - version="1.3.15", + version="1.3.17", author="Chandan Singh, Keyan Nasseri, Matthew Epland, Yan Shuo Tan, Omer Ronen, Tiffany Tang, Abhineet Agarwal, Theo Saarinen, Bin Yu, and others", author_email="chandan_singh@berkeley.edu", description="Implementations of various interpretable models",