Remove version reference from __init__.py and update bumpversion configuration

This commit is contained in:
2025-05-23 17:06:00 +02:00
parent bedd871cd5
commit 27f3a130ae
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "0.5.2"
__all__ = ["komgAPI"]
from .komgapi import KOMGAPI_REST as komgapi