From 3ad808f7e60b9007dbcd2d7289b1becdaebf4cb8 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Mon, 7 Jun 2021 00:12:33 +1000 Subject: [PATCH] Set version to 0.4.2 --- upsetplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upsetplot/__init__.py b/upsetplot/__init__.py index 57fbffe..fc29902 100644 --- a/upsetplot/__init__.py +++ b/upsetplot/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.5.dev1' +__version__ = '0.4.2' import os