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__"]
__version__ = "5.0.2"
__version__ = "5.0.3"
from .cli import main