From 47f890a9459ac9b1d9742655871babc71cb22795 Mon Sep 17 00:00:00 2001 From: nwlandry Date: Tue, 7 Jun 2022 13:36:23 -0400 Subject: [PATCH] up-versioning --- 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 286f4990b..04c0aee17 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -24,5 +24,5 @@ cff-version: "1.1.0" license: "BSD-3" message: "If you use this software, please cite it using these metadata." title: XGI -version: "0.3" +version: "0.3.1" ... \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 6ce8d441d..cc69ad53b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ author = "Nicholas W. Landry, Leo Torres, Iacopo Iacopini, Maxime Lucas, Giovanni Petri, Alice Patania" # The full version, including alpha/beta/rc tags -release = "0.3" +release = "0.3.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c8b29eef7..674c47651 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools from setuptools import setup -__version__ = "0.3" +__version__ = "0.3.1" if sys.version_info < (3, 7): sys.exit("XGI requires Python 3.7 or later.")