Skip to content

Commit ca201fb

Browse files
authored
Merge pull request #300 from somakeit/v1.4.0-bump
V1.4.0 bump
2 parents f579095 + a649000 commit ca201fb

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
[project]
22
name = "smib"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "SoMakeIt BOT"
55
readme = "README.md"
66
requires-python = ">=3.12.3,<4.0.0"

smibhid/lib/hid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self) -> None:
2323
"""
2424
self.log = uLogger("HID")
2525
self.log.warn("SMIBHID has been restarted")
26-
self.version = "1.3.0"
26+
self.version = "1.4.0"
2727
self.log.info("Setting CPU frequency to: " + str(CLOCK_FREQUENCY / 1000000) + "MHz")
2828
freq(CLOCK_FREQUENCY)
2929
self.loop_running = False

0 commit comments

Comments
 (0)