From ed8fadef84bca5e94894787918dc9d56507b0d8a Mon Sep 17 00:00:00 2001 From: Jason Cheatham Date: Sat, 7 Nov 2020 13:04:08 -0500 Subject: [PATCH] Bump project version --- hubitatmaker/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hubitatmaker/__init__.py b/hubitatmaker/__init__.py index 4b0730a..0581365 100644 --- a/hubitatmaker/__init__.py +++ b/hubitatmaker/__init__.py @@ -133,7 +133,7 @@ from .hub import Hub from .types import Attribute, Device, Event -__version__ = "0.4.1" +__version__ = "0.4.2" __all__ = [ "ATTR_ACCELERATION", diff --git a/pyproject.toml b/pyproject.toml index 06db610..84a7f7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hubitatmaker" -version = "0.4.1" +version = "0.4.2" description = "A library for interfacing with Hubitat via its Maker API" authors = ["Jason Cheatham "] readme = "README.md"