version 5.0.3

This commit is contained in:
2026-02-08 16:10:02 -05:00
parent b6574872cc
commit 8fe64ae8c5
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ start moving functionality into the package.
""" """
__all__ = ["main", "__version__"] __all__ = ["main", "__version__"]
__version__ = "5.0.2" __version__ = "5.0.3"
from .cli import main from .cli import main
+1 -2
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "hbd" name = "hbd"
version = "5.0.2" version = "5.0.3"
description = "Heartbeat daemon (hbd) — receive heartbeats and act on them" description = "Heartbeat daemon (hbd) — receive heartbeats and act on them"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
@@ -31,7 +31,6 @@ dev = [
"mypy>=1.10", "mypy>=1.10",
"black>=23.0", "black>=23.0",
"isort>=5.0", "isort>=5.0",
"re-commit>=3.0",
"tox>=4.0", "tox>=4.0",
] ]