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 336a0fe commit 3a3d604Copy full SHA for 3a3d604
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.1.9
2
+- fix docstrings
3
+- bugfix remove pint dependency from development
4
+
5
# v0.1.8
6
- include Sphere magnets
7
- rework of getFT workflow
magpylib_force/__init__.py
@@ -5,7 +5,7 @@
"""
# module level dunders
8
-__version__ = "0.1.8"
+__version__ = "0.1.9"
9
__author__ = "SAL"
10
__all__ = [
11
"getFT",
0 commit comments