Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Dec 28, 2020
1 parent 5da6a4a commit af54ffd
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 @@ -134,7 +134,7 @@
from .hub import Hub
from .types import Attribute, Device, Event

__version__ = "0.5.0"
__version__ = "0.5.1"

__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.0"
version = "0.5.1"
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 af54ffd

Please sign in to comment.