Skip to content

Commit d008ecd

Browse files
authored
fix version
1 parent 57529f1 commit d008ecd

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.7'
21+
__version__ = '0.1.1'
2222
_LOGGER = logging.getLogger(__name__)
2323

2424
REQUIREMENTS = ['feedparser']

0 commit comments

Comments
 (0)