diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 45e7021..6bd89b6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,8 +1,6 @@ What's new in version 0.6 ------------------------- -[In Development] - - Added `add_stacked_bars`, similar to `add_catplot` but to add stacked bar charts to show discrete variable distributions within each subset. (:issue:`137`) diff --git a/upsetplot/__init__.py b/upsetplot/__init__.py index 499c558..2e90e20 100644 --- a/upsetplot/__init__.py +++ b/upsetplot/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.6.dev1' +__version__ = '0.6.0' import os