From 7be2299e405c07a74b2a82ab197d49afd215a2be Mon Sep 17 00:00:00 2001 From: Marco Tulio Ribeiro Date: Fri, 22 Dec 2017 13:52:05 -0800 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 463c52ce..70822951 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='lime', - version='0.1.1.25', + version='0.1.1.26', description='Local Interpretable Model-Agnostic Explanations for machine learning classifiers', url='http://github.com/marcotcr/lime', author='Marco Tulio Ribeiro',