Skip to content

Commit

Permalink
Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dieselrabbit committed Oct 10, 2023
1 parent a6b7f23 commit 7cda2ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion screenlogicpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.9.1"
__version__ = "0.9.2"
# flake8: noqa F401
from screenlogicpy.gateway import ScreenLogicGateway
from screenlogicpy.const.common import ScreenLogicError, ScreenLogicRequestError
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="screenlogicpy",
version="0.9.1",
version="0.9.2",
author="Kevin Worrel",
author_email="[email protected]",
description="Interface for Pentair ScreenLogic connected pool controllers over IP via Python",
Expand Down

0 comments on commit 7cda2ce

Please sign in to comment.