From fde6867d7ec75f30003822c1ad55da6679cdc145 Mon Sep 17 00:00:00 2001 From: Marco Tulio Ribeiro Date: Tue, 2 Jul 2019 10:56:16 -0700 Subject: [PATCH] version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35ff4ce7..0860ce8a 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='lime', - version='0.1.1.34', + version='0.1.1.35', description='Local Interpretable Model-Agnostic Explanations for machine learning classifiers', url='http://github.com/marcotcr/lime', author='Marco Tulio Ribeiro',