Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Feb 5, 2021
1 parent 8f0ebdc commit 21b5305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hubitatmaker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 21b5305

Please sign in to comment.