Skip to content

Commit 23cc372

Browse files
committed
Increased version number to 0.5.1
1 parent c297655 commit 23cc372

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ cff-version: "1.1.0"
2929
license: "BSD-3"
3030
message: "If you use this software, please cite it using these metadata."
3131
title: XGI
32-
version: "0.5.0"
32+
version: "0.5.1"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222
project = "XGI"
2323
copyright = "Copyright (C) 2022 XGI Developers"
24-
release = "0.5.0"
24+
release = "0.5.1"
2525

2626
# -- General configuration ---------------------------------------------------
2727

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import setuptools
44
from setuptools import setup
55

6-
__version__ = "0.5.0"
6+
__version__ = "0.5.1"
77

88
if sys.version_info < (3, 7):
99
sys.exit("XGI requires Python 3.7 or later.")

0 commit comments

Comments
 (0)