Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pykumo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .py_kumo_base import PyKumoBase
from .py_kumo_station import PyKumoStation

__version__ = "0.5.0"
__version__ = "0.5.1"
name = "pykumo"

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="pykumo",
version="0.5.0",
version="0.5.1",
author="Doug Larrick",
author_email="doug@parkercat.org",
description="Small library for interfacing with Mitsubishi KumoCloud enabled devices",
Expand Down