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
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
Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " pysipfenn"
7- version = " 0.16.2 "
7+ version = " 0.16.3 "
88authors = [
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]
1213classifiers = [
1314 " Programming Language :: Python :: 3" ,
Original file line number Diff line number Diff line change 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 *********************************
You can’t perform that action at this time.
0 commit comments