From 9d81f96f3196dc283a527b1197b298cf6f043d81 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Mon, 9 Feb 2026 08:52:18 -0500 Subject: [PATCH] version 5.0.4 --- hbd/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hbd/__init__.py b/hbd/__init__.py index 471dca6..bcfdbc8 100644 --- a/hbd/__init__.py +++ b/hbd/__init__.py @@ -6,6 +6,6 @@ start moving functionality into the package. """ __all__ = ["main", "__version__"] -__version__ = "5.0.3" +__version__ = "5.0.4" from .cli import main diff --git a/pyproject.toml b/pyproject.toml index f7f6a29..0e09482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hbd" -version = "5.0.3" +version = "5.0.4" description = "Heartbeat daemon (hbd) — receive heartbeats and act on them" readme = "README.md" requires-python = ">=3.11"