diff --git a/hubitatmaker/__init__.py b/hubitatmaker/__init__.py index 916ef8b..a96e7f9 100644 --- a/hubitatmaker/__init__.py +++ b/hubitatmaker/__init__.py @@ -134,7 +134,7 @@ from .hub import Hub from .types import Attribute, Device, Event -__version__ = "0.4.3" +__version__ = "0.4.4" __all__ = [ "ATTR_ACCELERATION", diff --git a/pyproject.toml b/pyproject.toml index e8f4cf7..1324efc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hubitatmaker" -version = "0.4.3" +version = "0.4.4" description = "A library for interfacing with Hubitat via its Maker API" authors = ["Jason Cheatham "] readme = "README.md"