We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c297655 commit 23cc372Copy full SHA for 23cc372
3 files changed
CITATION.cff
@@ -29,4 +29,4 @@ cff-version: "1.1.0"
29
license: "BSD-3"
30
message: "If you use this software, please cite it using these metadata."
31
title: XGI
32
-version: "0.5.0"
+version: "0.5.1"
docs/source/conf.py
@@ -21,7 +21,7 @@
21
# -- Project information -----------------------------------------------------
22
project = "XGI"
23
copyright = "Copyright (C) 2022 XGI Developers"
24
-release = "0.5.0"
+release = "0.5.1"
25
26
# -- General configuration ---------------------------------------------------
27
setup.py
@@ -3,7 +3,7 @@
3
import setuptools
4
from setuptools import setup
5
6
-__version__ = "0.5.0"
+__version__ = "0.5.1"
7
8
if sys.version_info < (3, 7):
9
sys.exit("XGI requires Python 3.7 or later.")
0 commit comments