Skip to content

Commit 6120751

Browse files
committed
try publish again
1 parent 07de08f commit 6120751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

magpylib_force/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
# module level dunders
9-
__version__ = "0.1.4"
9+
__version__ = "0.1.5"
1010
__author__ = "SAL"
1111
__all__ = [
1212
"getFTcube",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "magpylib-force"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
dependencies = [
55
"numpy>=1.20",
66
"scipy>=1.7",

0 commit comments

Comments
 (0)