Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Sep 22, 2020
1 parent 5e0218b commit d430d0e
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 @@ -128,7 +128,7 @@
from .hub import Hub
from .types import Attribute, Device, Event

__version__ = "0.3.13"
__version__ = "0.3.14"

__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.3.13"
version = "0.3.14"
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 d430d0e

Please sign in to comment.