Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Karman de Lange committed Jun 12, 2020
1 parent 847c345 commit fb3b15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

logger = logging.getLogger(__name__)

softwareversion = "1.0.11"
softwareversion = "1.0.12"

#***************************************** Get going methods ************************************************

Expand Down Expand Up @@ -267,4 +267,4 @@ def start():


if __name__ == "__main__":
start()
start()

0 comments on commit fb3b15a

Please sign in to comment.