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:
@@ -20,8 +20,7 @@ setup_hooks = []
|
|||||||
pre_commit_hooks = []
|
pre_commit_hooks = []
|
||||||
post_commit_hooks = []
|
post_commit_hooks = []
|
||||||
|
|
||||||
[[tool.bumpversion.files]]
|
|
||||||
filename = "src/komgapi/__init__.py"
|
|
||||||
[[tool.bumpversion.files]]
|
[[tool.bumpversion.files]]
|
||||||
filename = "pyproject.toml"
|
filename = "pyproject.toml"
|
||||||
[[tool.bumpversion.files]]
|
[[tool.bumpversion.files]]
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
__version__ = "0.5.2"
|
|
||||||
__all__ = ["komgAPI"]
|
__all__ = ["komgAPI"]
|
||||||
|
|
||||||
from .komgapi import KOMGAPI_REST as komgapi
|
from .komgapi import KOMGAPI_REST as komgapi
|
||||||
|
|||||||
Reference in New Issue
Block a user