Skip to content

Commit 2ba75c1

Browse files
committed
bump version
1 parent 8a00f5c commit 2ba75c1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Or clone the repository and run:
2727
pip install .
2828
```
2929

30+
We dropped python2 support in `0.2.0`, `0.1.1.37` was the last version before that.
31+
3032
## Screenshots
3133

3234
Below are some screenshots of lime explanations. These are generated in html, and can be easily produced and embedded in ipython notebooks. We also support visualizations using matplotlib, although they don't look as nice as these ones.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='lime',
4-
version='0.1.1.37',
4+
version='0.2.0.0',
55
description='Local Interpretable Model-Agnostic Explanations for machine learning classifiers',
66
url='http://github.com/marcotcr/lime',
77
author='Marco Tulio Ribeiro',

0 commit comments

Comments
 (0)