From 7b5cb1eded3b051a59f325dd8dbb517d7f674e2a Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Thu, 11 May 2023 09:14:58 -0400 Subject: [PATCH] up-version --- CITATION.cff | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b1285d623..e1aa3ea7a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,4 +26,4 @@ cff-version: "1.1.0" license: "BSD-3" message: "If you use this software, please cite it using these metadata." title: XGI -version: "0.5.7" +version: "0.5.8" diff --git a/docs/source/conf.py b/docs/source/conf.py index d80044bcb..7cb5a8745 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ # -- Project information ----------------------------------------------------- project = "XGI" copyright = "Copyright (C) 2021-2023 XGI Developers" -release = "0.5.7" +release = "0.5.8" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 5074805f6..e32a53c47 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools from setuptools import setup -__version__ = "0.5.7" +__version__ = "0.5.8" if sys.version_info < (3, 8): sys.exit("XGI requires Python 3.8 or later.")