Skip to content

Commit 57529f1

Browse files
authored
bump
1 parent 691c646 commit 57529f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/feedparser/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from homeassistant.components.sensor import (PLATFORM_SCHEMA)
1919
from homeassistant.const import (CONF_NAME)
2020

21-
__version__ = '0.0.6'
21+
__version__ = '0.0.7'
2222
_LOGGER = logging.getLogger(__name__)
2323

2424
REQUIREMENTS = ['feedparser']

0 commit comments

Comments
 (0)