Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Nov 16, 2023
1 parent 028df41 commit cccb00b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
1.0.9 - set initial speed timings
1.0.8 - add duration json
2 changes: 1 addition & 1 deletion python/mopp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mopp"
version = "1.0.8"
version = "1.0.9"
authors = [
{ name="Dr. Gerolf Ziegenhain", email="[email protected]" },
]
Expand Down
1 change: 1 addition & 0 deletions python/mopp/src/mopp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class Mopp:

def __init__(self, speed = 20):
self.speed = speed
self.set_speed (speed=speed)
return

def set_speed(self, speed = 20):
Expand Down

0 comments on commit cccb00b

Please sign in to comment.