Skip to content

Commit

Permalink
Merge pull request #206 from somakeit/v1.2.0
Browse files Browse the repository at this point in the history
v1.2.0
  • Loading branch information
sjefferson99 authored Jul 31, 2024
2 parents 1af1a4f + c7b9f82 commit 963e6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smib"
version = "1.1.1"
version = "1.2.0"
description = ""
authors = ["sam57719 <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion smibhid/lib/hid.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(self) -> None:
Create HID instance and then run startup() to start services for button monitoring and LED output.
"""
self.log = uLogger("HID")
self.version = "1.1.1"
self.version = "1.2.0"
self.loop_running = False
self.moduleConfig = ModuleConfig()
self.moduleConfig.register_display(Display())
Expand Down

0 comments on commit 963e6b3

Please sign in to comment.