From 91de372c518040e571c1b44fc632e5de2002feb5 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Sun, 31 Dec 2023 12:03:00 +1100 Subject: [PATCH] bump patch version --- upsetplot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upsetplot/__init__.py b/upsetplot/__init__.py index aa0e283..e552016 100644 --- a/upsetplot/__init__.py +++ b/upsetplot/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.9.dev1" +__version__ = "0.9.1dev1" import os