fix bumpminor.sh script

This commit is contained in:
2026-02-06 15:51:48 -05:00
parent 3748a6fc8f
commit 5dca9369dd
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ start moving functionality into the package.
"""
__all__ = ["main", "__version__"]
__version__ = "5.0"
__version__ = "5.0.1"
from .cli import main