Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulianttila committed Jul 9, 2023
1 parent 9a2f075 commit fa711f0
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 @@ -71,7 +71,7 @@ def init(self, callbacks: Callbacks) -> None:
)

def get_version(self) -> str:
return "2.0.2"
return "2.1.0"

def stop(self) -> None:
self.logger.debug("Exit")
Expand Down

0 comments on commit fa711f0

Please sign in to comment.