version 5.0.4
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@ start moving functionality into the package.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
__all__ = ["main", "__version__"]
|
__all__ = ["main", "__version__"]
|
||||||
__version__ = "5.0.3"
|
__version__ = "5.0.4"
|
||||||
|
|
||||||
from .cli import main
|
from .cli import main
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hbd"
|
name = "hbd"
|
||||||
version = "5.0.3"
|
version = "5.0.4"
|
||||||
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.11"
|
requires-python = ">=3.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user