Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
prappleizer committed May 26, 2024
1 parent 57847c8 commit 1fb8260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = ['numpy',
'equinox>=0.11',
'interpax',
]
version = "0.1.4"
version = "0.1.5"

[tool.setuptools]
packages = ['pysersic']
3 changes: 3 additions & 0 deletions pysersic/pysersic.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,3 +722,6 @@ def check_input_data(
if mask.shape != data.shape:
raise ShapeMatchError("Mask ndims must match input data ndims.")
return True


__version__ = "0.1.5"

0 comments on commit 1fb8260

Please sign in to comment.