Skip to content

Commit 2abc574

Browse files
committed
release 1.0.8
1 parent 4009c13 commit 2abc574

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/mmgdynamics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class LogicError(Exception):
1111
pass
1212

13-
__version__ = "1.0.7"
13+
__version__ = "1.0.8"
1414
__author__ = "Niklas Paulig <[email protected]>"
1515
__all__ = ["step", "pstep"]
1616

src/mmgdynamics/example.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,4 @@ def test_zig_zag():
6969
dps=5,
7070
max_deg=20,
7171
wd=[1.2*vessel.d,None]
72-
)
73-
# Print the vessel dict to output
74-
print(json.dumps(vessel.__dict__,sort_keys=True, indent=4))
72+
)

0 commit comments

Comments
 (0)