We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faac96 commit f4b4b15Copy full SHA for f4b4b15
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "pysipfenn"
7
-version = "0.16.1"
+version = "0.16.2"
8
authors = [
9
{ name="Adam Krajewski", email="ak@psu.edu" },
10
{ name="Jonathan Siegel", email="jwsiegel@tamu.edu" },
pysipfenn/core/pysipfenn.py
@@ -34,7 +34,7 @@
34
35
# - add new ones here if extending the code
36
37
-__version__ = '0.16.0'
+__version__ = '0.16.2'
38
__authors__ = [["Adam Krajewski", "ak@psu.edu"],
39
["Jonathan Siegel", "jwsiegel@tamu.edu"]]
40
__name__ = 'pysipfenn'
0 commit comments