Skip to content

Commit c972796

Browse files
committed
version update
1 parent 032fe0c commit c972796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mmgdynamics
3-
version = 1.0.3
3+
version = 1.0.4
44
author = Niklas Paulig
55
author_email = [email protected]
66
description = MMG standard model for ship maneuvering

src/mmgdynamics/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
)
1212

1313

14-
__version__ = "1.0.3"
14+
__version__ = "1.0.4"
1515
__author__ = "Niklas Paulig <[email protected]>"
1616
__all__ = ["step"]
1717

0 commit comments

Comments
 (0)