Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pawlizio committed Dec 5, 2023
1 parent eb2aa67 commit cfc2016
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
Original file line number Diff line number Diff line change
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 v1.1.74")
PYVLXLOG.debug("Loadig pyvlx v1.1.75")

async def connect(self) -> None:
"""Connect to KLF 200."""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

PKG_ROOT = os.path.dirname(__file__)

VERSION = "0.1.74"
VERSION = "0.1.75"


def get_long_description() -> str:
Expand Down

0 comments on commit cfc2016

Please sign in to comment.