Skip to content

Commit

Permalink
Version bump for automatic (#7329)
Browse files Browse the repository at this point in the history
  • Loading branch information
emlove committed Apr 27, 2017
1 parent 3e4e84e commit 6631e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/device_tracker/automatic.py
Expand Up @@ -17,7 +17,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.event import async_track_time_interval

REQUIREMENTS = ['aioautomatic==0.2.0']
REQUIREMENTS = ['aioautomatic==0.2.1']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -38,7 +38,7 @@ SoCo==0.12
TwitterAPI==2.4.5

# homeassistant.components.device_tracker.automatic
aioautomatic==0.2.0
aioautomatic==0.2.1

# homeassistant.components.sensor.dnsip
aiodns==1.1.1
Expand Down

0 comments on commit 6631e9e

Please sign in to comment.