Skip to content

Commit

Permalink
Push version to 0.1.7
Browse files Browse the repository at this point in the history
for water leak support
  • Loading branch information
claudegel authored Oct 29, 2020
1 parent e95c761 commit 2e2954d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/neviweb130/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .const import (DOMAIN, CONF_NETWORK, ATTR_INTENSITY, ATTR_ONOFF, ATTR_POWER_MODE,
ATTR_SETPOINT_MODE, ATTR_ROOM_SETPOINT, ATTR_SIGNATURE)

VERSION = '0.1.6'
VERSION = '0.1.7'

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 2e2954d

Please sign in to comment.