From 7cda2ceeccaada6b9209f25433568593b224731e Mon Sep 17 00:00:00 2001 From: Kevin Worrel <37058192+dieselrabbit@users.noreply.github.com> Date: Mon, 9 Oct 2023 23:09:43 -0700 Subject: [PATCH] Bump version to 0.9.2 --- screenlogicpy/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/screenlogicpy/__init__.py b/screenlogicpy/__init__.py index e732464..747d90f 100644 --- a/screenlogicpy/__init__.py +++ b/screenlogicpy/__init__.py @@ -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 diff --git a/setup.py b/setup.py index f2aca9e..0fea2cb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="screenlogicpy", - version="0.9.1", + version="0.9.2", author="Kevin Worrel", author_email="kevinworrel@yahoo.com", description="Interface for Pentair ScreenLogic connected pool controllers over IP via Python",