Skip to content

Commit 963e6b3

Browse files
authored
Merge pull request #206 from somakeit/v1.2.0
v1.2.0
2 parents 1af1a4f + c7b9f82 commit 963e6b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "smib"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = ""
55
authors = ["sam57719 <[email protected]>"]
66
readme = "README.md"

smibhid/lib/hid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __init__(self) -> None:
1717
Create HID instance and then run startup() to start services for button monitoring and LED output.
1818
"""
1919
self.log = uLogger("HID")
20-
self.version = "1.1.1"
20+
self.version = "1.2.0"
2121
self.loop_running = False
2222
self.moduleConfig = ModuleConfig()
2323
self.moduleConfig.register_display(Display())

0 commit comments

Comments
 (0)