Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlizio committed Mar 5, 2024
1 parent 7448a69 commit 499acb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyvlx/pyvlx.py
Expand Up @@ -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."""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@

PKG_ROOT = os.path.dirname(__file__)

VERSION = "0.2.22"
VERSION = "0.2.23"


def get_long_description() -> str:
Expand Down

0 comments on commit 499acb8

Please sign in to comment.