Version bump for (deprecated) custom updater

This commit is contained in:
Clayton Nummer 2020-02-21 22:16:31 -05:00
commit 6c26f5dbe1
2 changed files with 3 additions and 3 deletions

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.10b'
VERSION = '1.0.11b'
_LOGGER = logging.getLogger(__name__)