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 07de08f commit 6120751Copy full SHA for 6120751
magpylib_force/__init__.py
@@ -6,7 +6,7 @@
6
"""
7
8
# module level dunders
9
-__version__ = "0.1.4"
+__version__ = "0.1.5"
10
__author__ = "SAL"
11
__all__ = [
12
"getFTcube",
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "magpylib-force"
3
-version = "0.1.4"
+version = "0.1.5"
4
dependencies = [
5
"numpy>=1.20",
"scipy>=1.7",
0 commit comments