From dbcd2bf72d0aa9230ffc6cb5b3ffa88809a45ded Mon Sep 17 00:00:00 2001 From: "Adam M. Krajewski" <54290107+amkrajewski@users.noreply.github.com> Date: Fri, 16 Feb 2024 22:25:19 +0000 Subject: [PATCH] (core) version bump --- docs/index.rst | 12 ++++++++---- docs/source/pysipfenn.modelsSIPFENN.rst | 2 +- pyproject.toml | 2 +- pysipfenn/core/pysipfenn.py | 2 +- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 2ee315d..44a66bd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ pySIPFENN |GitHub top language| |PyPI - Python Version| |GitHub license| |PyPI Version| |PyPI Downloads| -|GitHub last commit| |GitHub last release| |GitHub commits since tagged version| |GitHub issues| +|GitHub last commit| |GitHub last release| |GitHub issues| |GitHub commits since previous| |GitHub commits since last| |Full| |Linux| |MacM1| |MacIntel| |Windows| |Coverage Status| @@ -67,9 +67,13 @@ pySIPFENN :alt: GitHub Release Date - Published_At :target: https://github.com/PhasesResearchLab/pySIPFENN/releases -.. |GitHub commits since tagged version| image:: https://img.shields.io/github/commits-since/PhasesResearchLab/pysipfenn/v0.13.0?color=g - :alt: GitHub commits since tagged version - :target: https://codecov.io/gh/PhasesResearchLab/pySIPFENN +.. |GitHub commits since previous| image:: https://img.shields.io/github/commits-since/PhasesResearchLab/pysipfenn/v0.13.0?color=g + :alt: GitHub commits since previous + :target: https://github.com/PhasesResearchLab/pySIPFENN/releases + +.. |GitHub commits since last| image:: https://img.shields.io/github/commits-since/PhasesResearchLab/pysipfenn/v0.15.0?color=g + :alt: GitHub commits since last + :target: https://github.com/PhasesResearchLab/pySIPFENN/releases .. |GitHub issues| image:: https://img.shields.io/github/issues/PhasesResearchLab/pySIPFENN :alt: GitHub issues diff --git a/docs/source/pysipfenn.modelsSIPFENN.rst b/docs/source/pysipfenn.modelsSIPFENN.rst index 7105e79..0e2a4f8 100644 --- a/docs/source/pysipfenn.modelsSIPFENN.rst +++ b/docs/source/pysipfenn.modelsSIPFENN.rst @@ -25,7 +25,7 @@ additionally, the `models.json` file can contain the following optional fields: training data information, model training hyperparameters, and key information about the model predictions including property/properties predicted, units, and range of applicability. -As of pySIPFENN v0.13.0, the `models.json` file contains the following models: +As of pySIPFENN v0.15.0, the `models.json` file contains the following models: .. code-block:: JSON diff --git a/pyproject.toml b/pyproject.toml index 6d09a4f..1cd6e3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pysipfenn" -version = "0.13.1" +version = "0.15.0" authors = [ { name="Adam Krajewski", email="ak@psu.edu" }, { name="Jonathan Siegel", email="jwsiegel@tamu.edu" }, diff --git a/pysipfenn/core/pysipfenn.py b/pysipfenn/core/pysipfenn.py index 224e89e..aaf0e72 100644 --- a/pysipfenn/core/pysipfenn.py +++ b/pysipfenn/core/pysipfenn.py @@ -36,7 +36,7 @@ # - add new ones here if extending the code -__version__ = '0.13.1' +__version__ = '0.15.0' __authors__ = [["Adam Krajewski", "ak@psu.edu"], ["Jonathan Siegel", "jwsiegel@tamu.edu"]] __name__ = 'pysipfenn'