We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1af1a4f + c7b9f82 commit 963e6b3Copy full SHA for 963e6b3
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "smib"
3
-version = "1.1.1"
+version = "1.2.0"
4
description = ""
5
authors = ["sam57719 <[email protected]>"]
6
readme = "README.md"
smibhid/lib/hid.py
@@ -17,7 +17,7 @@ def __init__(self) -> None:
17
Create HID instance and then run startup() to start services for button monitoring and LED output.
18
"""
19
self.log = uLogger("HID")
20
- self.version = "1.1.1"
+ self.version = "1.2.0"
21
self.loop_running = False
22
self.moduleConfig = ModuleConfig()
23
self.moduleConfig.register_display(Display())
0 commit comments