From b7282bcea9c68b3d2f197d64001693ed3b8c6945 Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Wed, 16 Oct 2024 22:07:13 -0400 Subject: [PATCH] Up-version --- xgi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xgi/__init__.py b/xgi/__init__.py index ada00cd3..b1e56b88 100644 --- a/xgi/__init__.py +++ b/xgi/__init__.py @@ -22,4 +22,4 @@ from .stats import * -__version__ = "0.9" +__version__ = "0.9.1"