From 999740bc99f89ea8c3491f490a1d9ededce7664a Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sun, 8 Feb 2026 14:40:59 -0500 Subject: [PATCH] version 5.0.2 --- 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 e323337..e9a4338 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.1" +__version__ = 5.0.2 from .cli import main diff --git a/pyproject.toml b/pyproject.toml index 97ba0f2..21816f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"