Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotcr committed Apr 3, 2020
1 parent 8a00f5c commit 2ba75c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Or clone the repository and run:
pip install .
```

We dropped python2 support in `0.2.0`, `0.1.1.37` was the last version before that.

## Screenshots

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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

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

0 comments on commit 2ba75c1

Please sign in to comment.