diff --git a/CITATION.cff b/CITATION.cff index cff06c4f3..17b20a769 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -21,5 +21,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.1.4" +version: "0.2" ... \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 0794544a8..49218277f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = "Nicholas W. Landry and Leo Torres" # The full version, including alpha/beta/rc tags -release = "0.1.4" +release = "0.2" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 5b3b4579e..94117a4bc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools import sys -__version__ = "0.1.4" +__version__ = "0.2" if sys.version_info < (3, 7): sys.exit("XGI requires Python 3.7 or later.")