diff --git a/hbd/__init__.py b/hbd/__init__.py index 5df9fba..471dca6 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.2" +__version__ = "5.0.3" from .cli import main diff --git a/pyproject.toml b/pyproject.toml index 9551dd6..eb30ad9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hbd" -version = "5.0.2" +version = "5.0.3" description = "Heartbeat daemon (hbd) — receive heartbeats and act on them" readme = "README.md" requires-python = ">=3.10" @@ -31,7 +31,6 @@ dev = [ "mypy>=1.10", "black>=23.0", "isort>=5.0", - "re-commit>=3.0", "tox>=4.0", ]