From f20303d843e9cc188d8a46315abd1b765cbe018b Mon Sep 17 00:00:00 2001 From: Nicholas Landry Date: Thu, 5 Jan 2023 13:34:48 -0500 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 72b7eee74..3d080f427 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.1" +version: "0.5.2" diff --git a/docs/source/conf.py b/docs/source/conf.py index 4a75a7d9f..ca8668331 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ # -- Project information ----------------------------------------------------- project = "XGI" copyright = "Copyright (C) 2022 XGI Developers" -release = "0.5.1" +release = "0.5.2" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 2c9822596..a4bcc2c1c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools from setuptools import setup -__version__ = "0.5.1" +__version__ = "0.5.2" if sys.version_info < (3, 7): sys.exit("XGI requires Python 3.7 or later.")