diff --git a/pyvlx/pyvlx.py b/pyvlx/pyvlx.py index 8a47cee6..c4edf30c 100644 --- a/pyvlx/pyvlx.py +++ b/pyvlx/pyvlx.py @@ -51,7 +51,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.21") + PYVLXLOG.debug("Loadig pyvlx v0.2.22") async def connect(self) -> None: """Connect to KLF 200.""" diff --git a/setup.py b/setup.py index 461cfd3c..e13a595b 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ PKG_ROOT = os.path.dirname(__file__) -VERSION = "0.2.21" +VERSION = "0.2.22" def get_long_description() -> str: