Skip to content

Commit a6e21c2

Browse files
committed
- version bump; added @ricardonpa to the authors list; minor polishing before release
1 parent 7b100a9 commit a6e21c2

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Index
163163
miscellaneousnotes
164164
examples/sipfenn_examples
165165
2022 Article <https://doi.org/10.1016/j.commatsci.2022.111254>
166-
2024 Pre-Print <https://doi.org/10.48550/arXiv.2404.02849>
166+
2024 Article <https://doi.org/10.1016/j.commatsci.2024.113495>
167167
changelog
168168
contributing
169169
genindex

pyproject.toml

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

55
[project]
66
name = "pysipfenn"
7-
version = "0.16.2"
7+
version = "0.16.3"
88
authors = [
99
{ name="Adam Krajewski", email="ak@psu.edu" },
1010
{ name="Jonathan Siegel", email="jwsiegel@tamu.edu" },
11+
{ name="Ricardo Amaral", email="rna5137@psu.edu" },
1112
]
1213
classifiers = [
1314
"Programming Language :: Python :: 3",

pysipfenn/core/pysipfenn.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@
3434

3535
# - add new ones here if extending the code
3636

37-
__version__ = '0.16.2'
38-
__authors__ = [["Adam Krajewski", "ak@psu.edu"],
39-
["Jonathan Siegel", "jwsiegel@tamu.edu"]]
37+
__version__ = '0.16.3'
38+
__authors__ = [
39+
["Adam Krajewski", "ak@psu.edu"],
40+
["Jonathan Siegel", "jwsiegel@tamu.edu"],
41+
["Ricardo Amaral", "rna5137@psu.edu"]
42+
]
4043
__name__ = 'pysipfenn'
4144

4245
# ********************************* CALCULATION HIGH-LEVEL ENVIRONMENT *********************************

0 commit comments

Comments
 (0)