We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6874b7 commit 8ea5d60Copy full SHA for 8ea5d60
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = mmgdynamics
3
-version = 1.0.6
+version = 1.0.7
4
author = Niklas Paulig
5
author_email = [email protected]
6
description = MMG standard model for ship maneuvering
@@ -16,5 +16,11 @@ package_dir =
16
= src
17
packages = find:
18
19
+[project]
20
+install_requires =
21
+ numpy >= 1.19,
22
+ scipy,
23
+ matplotlib >= 3.5.3,
24
+
25
[options.packages.find]
26
where=src
src/mmgdynamics/__init__.py
@@ -12,7 +12,7 @@
12
class LogicError(Exception):
13
pass
14
15
-__version__ = "1.0.6"
+__version__ = "1.0.7"
__author__ = "Niklas Paulig <[email protected]>"
__all__ = ["step"]
0 commit comments