diff --git a/motionblinds/__init__.py b/motionblinds/__init__.py index b2bcd65..022614e 100644 --- a/motionblinds/__init__.py +++ b/motionblinds/__init__.py @@ -26,4 +26,4 @@ logging.getLogger(__name__) __title__ = "motion-blinds" -__version__ = "0.6.18" +__version__ = "0.6.19" diff --git a/setup.py b/setup.py index a169ac1..148875a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ README = (HERE / "README.md").read_text() setup(name='motionblinds', - version='0.6.18', + version='0.6.19', description='Python library for interfacing with Motion Blinds', long_description=README, long_description_content_type="text/markdown",