diff --git a/pyvlx/pyvlx.py b/pyvlx/pyvlx.py index c0014b86..80fe3dc7 100644 --- a/pyvlx/pyvlx.py +++ b/pyvlx/pyvlx.py @@ -51,7 +51,6 @@ def __init__( self.protocol_version = None self.klf200 = Klf200Gateway(pyvlx=self) self.api_call_semaphore = asyncio.Semaphore(1) # Limit parallel commands - PYVLXLOG.debug("Loadig pyvlx v0.2.24") async def connect(self) -> None: """Connect to KLF 200.""" diff --git a/setup.py b/setup.py index 2ca0a201..9105f503 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ PKG_ROOT = os.path.dirname(__file__) -VERSION = "0.2.24" +VERSION = "0.2.25" def get_long_description() -> str: