Skip to content

Commit

Permalink
Bump version for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-ashley committed May 16, 2020
1 parent fefa995 commit 5f25652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/goldair_climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

_LOGGER = logging.getLogger(__name__)

VERSION = "0.1.0"
VERSION = "0.1.1"

CONFIG_SCHEMA = vol.Schema(
{DOMAIN: vol.All(cv.ensure_list, [vol.Schema(individual_config_schema())])},
Expand Down

0 comments on commit 5f25652

Please sign in to comment.