diff --git a/hubitatmaker/__init__.py b/hubitatmaker/__init__.py index 126ba6f..2a34d7b 100644 --- a/hubitatmaker/__init__.py +++ b/hubitatmaker/__init__.py @@ -128,7 +128,7 @@ from .hub import Hub from .types import Attribute, Device, Event -__version__ = "0.3.13" +__version__ = "0.3.14" __all__ = [ "ATTR_ACCELERATION", diff --git a/pyproject.toml b/pyproject.toml index 276240d..f511dc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hubitatmaker" -version = "0.3.13" +version = "0.3.14" description = "A library for interfacing with Hubitat via its Maker API" authors = ["Jason Cheatham "] readme = "README.md"