From 21b53054ba35b72fda5ba9f288f547bb6157d882 Mon Sep 17 00:00:00 2001 From: Jason Cheatham Date: Thu, 4 Feb 2021 22:27:23 -0500 Subject: [PATCH] Update version number --- 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 88d0b5f..e2a81cf 100644 --- a/hubitatmaker/__init__.py +++ b/hubitatmaker/__init__.py @@ -136,7 +136,7 @@ from .hub import Hub from .types import Attribute, Device, Event -__version__ = "0.5.2" +__version__ = "0.5.3" __all__ = [ "ATTR_ACCELERATION", diff --git a/pyproject.toml b/pyproject.toml index dafd2f9..a9e280e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hubitatmaker" -version = "0.5.2" +version = "0.5.3" description = "A library for interfacing with Hubitat via its Maker API" authors = ["Jason Cheatham "] readme = "README.md"