From 795d313fb3f7319020fdaa6b1ddb2824f3958290 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Sun, 31 Dec 2023 12:02:26 +1100 Subject: [PATCH] Set version to 0.9.0 --- upsetplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upsetplot/__init__.py b/upsetplot/__init__.py index aa0e283..014e954 100644 --- a/upsetplot/__init__.py +++ b/upsetplot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.dev1" +__version__ = "0.9.0" import os