there is only one __version__

This commit is contained in:
Andreas Wrede
2026-04-07 11:00:22 -04:00
parent 51f9bdc2b5
commit 8421f472f2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
"""HeartBeat Client (hbc) - System monitoring client.""" """HeartBeat Client (hbc) - System monitoring client."""
__version__ = "5.0.5" from hbd import __version__
+1 -1
View File
@@ -1,3 +1,3 @@
"""Common utilities shared between hbc and hbd.""" """Common utilities shared between hbc and hbd."""
__version__ = "5.0.5" from hbd import __version__
+1 -1
View File
@@ -1,3 +1,3 @@
"""HeartBeat Daemon (hbd) - Server/daemon component.""" """HeartBeat Daemon (hbd) - Server/daemon component."""
__version__ = "5.0.5" from hbd import __version__