From 6d8a8b4fd57f3ee77c9a63dfc8481e40cf8c9c16 Mon Sep 17 00:00:00 2001 From: Interpret ML Date: Thu, 23 May 2019 14:47:22 -0700 Subject: [PATCH] Bump to v0.1.4. --- src/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/setup.py b/src/python/setup.py index ec7d2b034..869c73a72 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -27,7 +27,7 @@ """ name = "interpret" -version = "0.1.3" +version = "0.1.4" setup( name=name, version=version,