Merge pull request 'Remove version reference from __init__.py and update bumpversion configuration' (#4) from dev into main

Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
2025-05-23 16:06:16 +01:00
2 changed files with 2 additions and 3 deletions

View File

@@ -20,8 +20,7 @@ setup_hooks = []
pre_commit_hooks = []
post_commit_hooks = []
[[tool.bumpversion.files]]
filename = "src/komgapi/__init__.py"
[[tool.bumpversion.files]]
filename = "pyproject.toml"
[[tool.bumpversion.files]]

View File

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