Skip to content

Commit 3a3d604

Browse files
committed
prepare v019 release
1 parent 336a0fe commit 3a3d604

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v0.1.9
2+
- fix docstrings
3+
- bugfix remove pint dependency from development
4+
15
# v0.1.8
26
- include Sphere magnets
37
- rework of getFT workflow

magpylib_force/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# module level dunders
8-
__version__ = "0.1.8"
8+
__version__ = "0.1.9"
99
__author__ = "SAL"
1010
__all__ = [
1111
"getFT",

0 commit comments

Comments
 (0)