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