From 368c51586674e1deab89b51bcb91ac638999f575 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Wed, 11 Aug 2021 01:00:19 +1000 Subject: [PATCH] Release 0.6.0 --- CHANGELOG.rst | 2 -- upsetplot/__init__.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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