Skip to content

Commit f16d9bf

Browse files
authored
- bump version to 0.18.0
1 parent 607ad41 commit f16d9bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pysipfenn"
7-
version = "0.17.1"
7+
version = "0.18.0"
88
authors = [
99
{ name="Adam Krajewski", email="adam@phaseslab.org" },
1010
{ name="Jonathan Siegel", email="jwsiegel@tamu.edu" },

pysipfenn/core/pysipfenn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# - add new ones here if extending the code
3636

37-
__version__ = '0.17.1'
37+
__version__ = '0.18.0'
3838
__authors__ = [
3939
["Adam Krajewski", "ak@psu.edu"],
4040
["Jonathan Siegel", "jwsiegel@tamu.edu"],

0 commit comments

Comments
 (0)