Skip to content

Commit 8ea5d60

Browse files
committed
version bump
1 parent e6874b7 commit 8ea5d60

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

setup.cfg

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mmgdynamics
3-
version = 1.0.6
3+
version = 1.0.7
44
author = Niklas Paulig
55
author_email = [email protected]
66
description = MMG standard model for ship maneuvering
@@ -16,5 +16,11 @@ package_dir =
1616
= src
1717
packages = find:
1818

19+
[project]
20+
install_requires =
21+
numpy >= 1.19,
22+
scipy,
23+
matplotlib >= 3.5.3,
24+
1925
[options.packages.find]
2026
where=src

src/mmgdynamics/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class LogicError(Exception):
1313
pass
1414

15-
__version__ = "1.0.6"
15+
__version__ = "1.0.7"
1616
__author__ = "Niklas Paulig <[email protected]>"
1717
__all__ = ["step"]
1818

0 commit comments

Comments
 (0)