Skip to content

Commit

Permalink
bump to 0.1.3.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
elric91 authored Mar 24, 2018
1 parent 6de3dc0 commit ed590b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import voluptuous as vol
from functools import partial

REQUIREMENTS = ['pyserial-asyncio==0.4', 'pyzigate==0.1.3']
REQUIREMENTS = ['pyserial-asyncio==0.4', 'pyzigate==0.1.3.post1']

DOMAIN = 'zigate'
COMPONENT_TYPES = ('light', 'switch', 'sensor')
Expand Down

0 comments on commit ed590b2

Please sign in to comment.