Skip to content

Commit 931d7a3

Browse files
authored
Update sensor.py
1 parent d92703c commit 931d7a3

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
@@ -17,7 +17,7 @@
1717
import homeassistant.helpers.config_validation as cv
1818
from homeassistant.components.sensor import (PLATFORM_SCHEMA)
1919

20-
__version__ = '0.0.5'
20+
__version__ = '0.0.6'
2121
_LOGGER = logging.getLogger(__name__)
2222

2323
REQUIREMENTS = ['feedparser']

0 commit comments

Comments
 (0)