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

+1-1
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

+2-1
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="[email protected]" },
1010
{ name="Jonathan Siegel", email="[email protected]" },
11+
{ name="Ricardo Amaral", email="[email protected]" },
1112
]
1213
classifiers = [
1314
"Programming Language :: Python :: 3",

pysipfenn/core/pysipfenn.py

+6-3
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", "[email protected]"],
39-
["Jonathan Siegel", "[email protected]"]]
37+
__version__ = '0.16.3'
38+
__authors__ = [
39+
["Adam Krajewski", "[email protected]"],
40+
["Jonathan Siegel", "[email protected]"],
41+
["Ricardo Amaral", "[email protected]"]
42+
]
4043
__name__ = 'pysipfenn'
4144

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

0 commit comments

Comments
 (0)