From 40b2d9f68ad588c187bc63d27ccd1c42dadeebeb Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Tue, 16 Jul 2024 22:51:12 -0400 Subject: [PATCH] up-version --- docs/source/conf.py | 2 +- xgi/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 73a3839c..aa77e2c4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ # -- Project information ----------------------------------------------------- project = "XGI" copyright = "Copyright (C) 2021-2024 XGI Developers" -release = "0.8.6" +release = "0.8.7" # -- General configuration --------------------------------------------------- diff --git a/xgi/__init__.py b/xgi/__init__.py index 80252a59..c3740fac 100644 --- a/xgi/__init__.py +++ b/xgi/__init__.py @@ -22,4 +22,4 @@ from .stats import * -__version__ = "0.8.6" +__version__ = "0.8.7"