diff --git a/pyvlx/pyvlx.py b/pyvlx/pyvlx.py index 38abd701..3d1d0eca 100644 --- a/pyvlx/pyvlx.py +++ b/pyvlx/pyvlx.py @@ -50,7 +50,7 @@ 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.20") + PYVLXLOG.debug("Loadig pyvlx v0.2.21") async def connect(self) -> None: """Connect to KLF 200.""" diff --git a/setup.py b/setup.py index e8bf31fc..0726662d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ PKG_ROOT = os.path.dirname(__file__) -VERSION = "0.2.20" +VERSION = "0.2.21" def get_long_description() -> str: