From 7e2038ecac1d27b96c42ab758609c49310d77346 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Mon, 16 Feb 2026 10:54:16 -0500 Subject: [PATCH] version 5.0.5 --- 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 bcfdbc8..72a589a 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.4" +__version__ = "5.0.5" from .cli import main diff --git a/pyproject.toml b/pyproject.toml index 0e09482..b22e363 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hbd" -version = "5.0.4" +version = "5.0.5" description = "Heartbeat daemon (hbd) — receive heartbeats and act on them" readme = "README.md" requires-python = ">=3.11"