From 499acb8e03d3ad8adb6f5dfa9e64a62546cca808 Mon Sep 17 00:00:00 2001 From: Paul Daumlechner Date: Tue, 5 Mar 2024 22:52:13 +0100 Subject: [PATCH] bump 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 c4edf30c..4cf34499 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.22") + PYVLXLOG.debug("Loadig pyvlx v0.2.23") async def connect(self) -> None: """Connect to KLF 200.""" diff --git a/setup.py b/setup.py index e13a595b..868d628d 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ PKG_ROOT = os.path.dirname(__file__) -VERSION = "0.2.22" +VERSION = "0.2.23" def get_long_description() -> str: