update fedex (#7034)

This commit is contained in:
happyleavesaoc 2017-04-11 02:10:31 -04:00 committed by Fabian Affolter
parent aa91351ff0
commit aa3ccf16ca
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.util import Throttle
from homeassistant.util.dt import now, parse_date
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['fedexdeliverymanager==1.0.1']
REQUIREMENTS = ['fedexdeliverymanager==1.0.2']
_LOGGER = logging.getLogger(__name__)