Bump version number

This commit is contained in:
Clayton Nummer 2019-07-30 18:25:42 -04:00
commit 6dcd192f4e

View file

@ -48,7 +48,7 @@ from homeassistant.util.dt import utcnow as dt_utcnow, as_local
from datetime import datetime, timedelta
VERSION = '1.0.6'
VERSION = '1.0.7'
_LOGGER = logging.getLogger(__name__)