Skip to content

Commit

Permalink
- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amkrajewski authored Oct 14, 2024
1 parent 5faac96 commit f4b4b15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysipfenn"
version = "0.16.1"
version = "0.16.2"
authors = [
{ name="Adam Krajewski", email="ak@psu.edu" },
{ name="Jonathan Siegel", email="jwsiegel@tamu.edu" },
Expand Down
2 changes: 1 addition & 1 deletion pysipfenn/core/pysipfenn.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# - add new ones here if extending the code

__version__ = '0.16.0'
__version__ = '0.16.2'
__authors__ = [["Adam Krajewski", "ak@psu.edu"],
["Jonathan Siegel", "jwsiegel@tamu.edu"]]
__name__ = 'pysipfenn'
Expand Down

0 comments on commit f4b4b15

Please sign in to comment.