version 5.3.3
Release / release (push) Successful in 5s

This commit is contained in:
Andreas Wrede
2026-05-12 14:34:58 -04:00
parent d699a29fa9
commit a00282913b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ Install options:
"""
__all__ = ["__version__"]
__version__ = "5.3.2"
__version__ = "5.3.3"
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "hbd"
version = "5.3.2"
version = "5.3.3"
description = "Heartbeat monitoring system — client (hbc) and server (hbd)"
readme = "README.md"
requires-python = ">=3.11"
+1 -1
View File
@@ -41,7 +41,7 @@ from pathlib import Path
from typing import Any, Dict, List, Optional, Tuple
# updated by scripts/bumpminor.sh
__version__ = "5.3.2"
__version__ = "5.3.3"
# ---------------------------------------------------------------------------
# Protocol (mirrors hbd/common/proto.py)