From 7ff7f8c3b7264d05468bed12ca7b15a9fd0baca8 Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Thu, 13 Apr 2023 14:54:47 -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 b1d8cc18b..b1285d623 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.6" +version: "0.5.7" diff --git a/docs/source/conf.py b/docs/source/conf.py index b0843df23..d769cef66 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.6" +release = "0.5.7" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index b57c27c55..f43ed9417 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools from setuptools import setup -__version__ = "0.5.6" +__version__ = "0.5.7" if sys.version_info < (3, 8): sys.exit("XGI requires Python 3.8 or later.")