From 6cb863374a87ae5f16f2d996662ad5b06589e1c1 Mon Sep 17 00:00:00 2001 From: Julius Mittenzwei Date: Mon, 19 Feb 2024 09:04:53 +0100 Subject: [PATCH] Bumped version. --- pyvlx/pyvlx.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: