Skip to content

Commit

Permalink
up-versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Dec 12, 2021
1 parent 003a80f commit e3eb254
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,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.3"
version: "0.1.4"
...
6 changes: 1 addition & 5 deletions docs/source/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ Install
pip install xgi
``XGI`` was developed and tested for

- Python 3.9

So far, the package's functionality was tested on Mac OS X and Windows 10.
``XGI`` was developed and tested for Python 3.7-3.10 on Mac OS, Windows, and Ubuntu.

Dependencies
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = "Nicholas W. Landry and Leo Torres"

# The full version, including alpha/beta/rc tags
release = "0.1.3"
release = "0.1.4"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import setuptools
import sys

__version__ = "0.1.3"
__version__ = "0.1.4"

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

0 comments on commit e3eb254

Please sign in to comment.