Skip to content

Commit ebf5499

Browse files
authored
Bump up revision (#151)
1 parent 1e5c42b commit ebf5499

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

changelog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
0.9.1:
2+
(Finally!) Move out of beta.
13
0.9.0b18:
24
The last beta...
35
Added virtual numbers; thanks@olegtarasov

custom_components/virtual/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .cfg import BlendedCfg, UpgradeCfg
3131

3232

33-
__version__ = '0.9.0b18'
33+
__version__ = '0.9.1'
3434

3535
_LOGGER = logging.getLogger(__name__)
3636

custom_components/virtual/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"documentation": "https://github.com/twrecked/hass-virtual/blob/master/README.md",
99
"iot_class": "local_push",
1010
"issue_tracker": "https://github.com/twrecked/hass-virtual/issues",
11-
"version": "0.9.0b18"
11+
"version": "0.9.1"
1212
}

0 commit comments

Comments
 (0)