diff --git a/hbd/__init__.py b/hbd/__init__.py index e323337..e9a4338 100644 --- a/hbd/__init__.py +++ b/hbd/__init__.py @@ -6,6 +6,6 @@ start moving functionality into the package. """ __all__ = ["main", "__version__"] -__version__ = "5.0.1" +__version__ = 5.0.2 from .cli import main diff --git a/pyproject.toml b/pyproject.toml index 97ba0f2..21816f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hbd" -version = "5.0.1" +version = "5.0.2" description = "Heartbeat daemon (hbd) — receive heartbeats and act on them" readme = "README.md" requires-python = ">=3.10"