diff --git a/README.rst b/README.rst index d5e4664..9f5505d 100644 --- a/README.rst +++ b/README.rst @@ -74,11 +74,11 @@ Distributions Providing a DataFrame rather than a Series as input allows us to expressively `plot the distribution of variables -`__ +`__ in each subset. -.. image:: http://upsetplot.readthedocs.io/en/latest/_images/sphx_glr_plot_boston_001.png - :target: http://upsetplot.readthedocs.io/en/latest/auto_examples/plot_boston.html +.. image:: http://upsetplot.readthedocs.io/en/latest/_images/sphx_glr_plot_diabetes_001.png + :target: http://upsetplot.readthedocs.io/en/latest/auto_examples/plot_diabetes.html Loading datasets ................ diff --git a/upsetplot/__init__.py b/upsetplot/__init__.py index c4a63b2..9dcc033 100644 --- a/upsetplot/__init__.py +++ b/upsetplot/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.8.dev1' +__version__ = '0.8.0' import os