Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
paulianttila committed Mar 12, 2023
1 parent 2dc5e85 commit 48cc729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def init(self, callbacks: Callbacks) -> None:
self.logger.debug(f"{self.meter}")

def get_version(self) -> str:
return "1.0.0"
return "1.0.1"

def stop(self) -> None:
def wait_until(condition, interval=0.1, timeout=1, *args):
Expand Down

0 comments on commit 48cc729

Please sign in to comment.