From 1366c69cdcf69fc9900d8a03117df7abfd032ba0 Mon Sep 17 00:00:00 2001 From: Andreas Wrede Date: Sun, 12 Apr 2026 13:06:30 -0400 Subject: [PATCH] version 5.1.1 --- 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 83b500a..5d8b4fb 100644 --- a/hbd/__init__.py +++ b/hbd/__init__.py @@ -14,4 +14,4 @@ Install options: """ __all__ = ["__version__"] -__version__ = "5.1.0" +__version__ = "5.1.1" diff --git a/pyproject.toml b/pyproject.toml index 0dd3a93..462afb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hbd" -version = "5.1.0" +version = "5.1.1" description = "Heartbeat monitoring system — client (hbc) and server (hbd)" readme = "README.md" requires-python = ">=3.11"