version 5.0.2

This commit is contained in:
2026-02-08 14:40:59 -05:00
parent 4c53b7cec9
commit 999740bc99
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ start moving functionality into the package.
"""
__all__ = ["main", "__version__"]
__version__ = "5.0.1"
__version__ = 5.0.2
from .cli import main
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "hbd"
version = "5.0.1"
version = "5.0.2"
description = "Heartbeat daemon (hbd) — receive heartbeats and act on them"
readme = "README.md"
requires-python = ">=3.10"