version 5.0.4

This commit is contained in:
Andreas Wrede
2026-02-09 08:52:18 -05:00
parent d2e1c7a629
commit 9d81f96f31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ start moving functionality into the package.
"""
__all__ = ["main", "__version__"]
__version__ = "5.0.3"
__version__ = "5.0.4"
from .cli import main