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 f579095 + a649000 commit ca201fbCopy full SHA for ca201fb
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "smib"
3
-version = "1.3.0"
+version = "1.4.0"
4
description = "SoMakeIt BOT"
5
readme = "README.md"
6
requires-python = ">=3.12.3,<4.0.0"
smibhid/lib/hid.py
@@ -23,7 +23,7 @@ def __init__(self) -> None:
23
"""
24
self.log = uLogger("HID")
25
self.log.warn("SMIBHID has been restarted")
26
- self.version = "1.3.0"
+ self.version = "1.4.0"
27
self.log.info("Setting CPU frequency to: " + str(CLOCK_FREQUENCY / 1000000) + "MHz")
28
freq(CLOCK_FREQUENCY)
29
self.loop_running = False
0 commit comments