Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed Dec 15, 2023
1 parent cabdc32 commit d1fee9e
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 @@ -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."""
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.20"
VERSION = "0.2.21"


def get_long_description() -> str:
Expand Down

0 comments on commit d1fee9e

Please sign in to comment.