Skip to content

Commit

Permalink
bump version 2025.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly committed Jan 4, 2025
1 parent e5d8a12 commit d5d2673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lnxlink/modules/idle.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, lnxlink):
def _requirements(self):
self.lib = {
"dbus_idle": import_install_package(
"dbus-idle", ">=2024.12.0", "dbus_idle"
"dbus-idle", ">=2024.12.1", "dbus_idle"
),
}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lnxlink"
version = "2024.11.0"
version = "2025.1.0"
description = "Internet Of Things (IOT) integration with Linux using MQTT"
readme = "README.md"
keywords = ["lnxlink"]
Expand Down

0 comments on commit d5d2673

Please sign in to comment.