From 00a47cdd97781cdae7adf96093b266276e9bfe58 Mon Sep 17 00:00:00 2001 From: Marco Tulio Ribeiro Date: Wed, 1 Nov 2017 12:20:52 -0700 Subject: [PATCH] updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67973fcc..4a2efcff 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='lime', - version='0.1.1.24', + version='0.1.1.25', description='Local Interpretable Model-Agnostic Explanations for machine learning classifiers', url='http://github.com/marcotcr/lime', author='Marco Tulio Ribeiro',