Skip to content

Commit 6f8c138

Browse files
committed
release 1.0.9
1 parent 939620c commit 6f8c138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mmgdynamics"
7-
version = "1.0.7"
7+
version = "1.0.9"
88
authors = [
99
{ name = "Niklas Paulig", email = "[email protected]" },
1010
]

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.8"
13+
__version__ = "1.0.9"
1414
__author__ = "Niklas Paulig <[email protected]>"
1515
__all__ = ["step", "pstep"]
1616

0 commit comments

Comments
 (0)