Skip to content

Commit 542f9a8

Browse files
committed
- version bumps
1 parent 8f147c9 commit 542f9a8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pySIPFENN
2828
.. image:: https://img.shields.io/github/release-date/PhasesResearchLab/pysipfenn?label=Last%20Release
2929
:alt: GitHub Release Date - Published_At
3030

31-
.. image:: https://img.shields.io/github/commits-since/PhasesResearchLab/pysipfenn/v0.10.3?color=g
31+
.. image:: https://img.shields.io/github/commits-since/PhasesResearchLab/pysipfenn/v0.10.4?color=g
3232
:alt: GitHub commits since tagged version
3333

3434
.. image:: https://img.shields.io/badge/DOI-10.1016%2Fj.commatsci.2022.111254-blue

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pysipfenn"
7-
version = "0.10.3"
7+
version = "0.11.0"
88
authors = [
99
{ name="Adam Krajewski", email="[email protected]" },
1010
{ name="Jonathan Siegel", email="[email protected]" },

pysipfenn/core/pysipfenn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# - add new ones here if extending the code
2727

28-
__version__ = '0.10.3'
28+
__version__ = '0.11.0'
2929
__authors__ = [["Adam Krajewski", "[email protected]"],
3030
["Jonathan Siegel", "[email protected]"]]
3131
__name__ = 'pysipfenn'

0 commit comments

Comments
 (0)