Skip to content

Commit

Permalink
(core) version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski committed Feb 16, 2024
1 parent 0ad7147 commit dbcd2bf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/pysipfenn.modelsSIPFENN.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
{ name="Jonathan Siegel", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion pysipfenn/core/pysipfenn.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# - add new ones here if extending the code

__version__ = '0.13.1'
__version__ = '0.15.0'
__authors__ = [["Adam Krajewski", "[email protected]"],
["Jonathan Siegel", "[email protected]"]]
__name__ = 'pysipfenn'
Expand Down

0 comments on commit dbcd2bf

Please sign in to comment.