diff --git a/hbd/__init__.py b/hbd/__init__.py index e5f485e..42be7b9 100644 --- a/hbd/__init__.py +++ b/hbd/__init__.py @@ -14,4 +14,4 @@ Install options: """ __all__ = ["__version__"] -__version__ = "5.1.4" +__version__ = "5.1.5" diff --git a/pyproject.toml b/pyproject.toml index 9b20b68..81d991f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"