Skip to content

Commit

Permalink
> 1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
miaucl committed Sep 8, 2024
1 parent c2fc643 commit 58dfbb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux2mqtt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""linux2mqtt package."""

__VERSION__ = "1.0.0-rc.4"
__VERSION__ = "1.0.0-rc.5"

from .const import (
DEFAULT_CONFIG,
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = linux2mqtt
version = 1.0.0-rc.4
version = 1.0.0-rc.5
author = Cyrill Raccaud
author_email = [email protected]
description = Send your linux stats and and events to mqtt and discovery them in home assistant.
Expand Down

0 comments on commit 58dfbb6

Please sign in to comment.