File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ Index
163
163
miscellaneousnotes
164
164
examples/sipfenn_examples
165
165
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 >
167
167
changelog
168
168
contributing
169
169
genindex
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " pysipfenn"
7
- version = " 0.16.2 "
7
+ version = " 0.16.3 "
8
8
authors = [
9
9
{ name =" Adam Krajewski" , email =" ak@psu.edu" },
10
10
{ name =" Jonathan Siegel" , email =" jwsiegel@tamu.edu" },
11
+ { name =" Ricardo Amaral" , email =" rna5137@psu.edu" },
11
12
]
12
13
classifiers = [
13
14
" Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change 34
34
35
35
# - add new ones here if extending the code
36
36
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
+ ]
40
43
__name__ = 'pysipfenn'
41
44
42
45
# ********************************* CALCULATION HIGH-LEVEL ENVIRONMENT *********************************
You can’t perform that action at this time.
0 commit comments