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

This commit is contained in:
Andreas Wrede
2026-04-30 13:55:21 -04:00
parent c5ce41762e
commit e6436fc236
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ Install options:
"""
__all__ = ["__version__"]
__version__ = "5.1.4"
__version__ = "5.1.5"
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "hbd"
version = "5.1.4"
version = "5.1.5"
description = "Heartbeat monitoring system — client (hbc) and server (hbd)"
readme = "README.md"
requires-python = ">=3.11"