diff --git a/hbd/__init__.py b/hbd/__init__.py index ac73e48..9e2e689 100644 --- a/hbd/__init__.py +++ b/hbd/__init__.py @@ -14,4 +14,4 @@ Install options: """ __all__ = ["__version__"] -__version__ = "5.0.7" +__version__ = "5.0.8" diff --git a/pyproject.toml b/pyproject.toml index 95c37dc..05f266c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hbd" -version = "5.0.7" +version = "5.0.8" description = "Heartbeat monitoring system — client (hbc) and server (hbd)" readme = "README.md" requires-python = ">=3.11"