diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 72780ea..e2bf8e1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True diff --git a/custom_components/myheat/const.py b/custom_components/myheat/const.py index 14312b9..6382f6f 100644 --- a/custom_components/myheat/const.py +++ b/custom_components/myheat/const.py @@ -10,7 +10,7 @@ NAME = "MyHeat.net" DOMAIN = "myheat" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.3.1" +VERSION = "0.3.2" ATTRIBUTION = "https://myheat.net" MANUFACTURER = "https://myheat.net" diff --git a/custom_components/myheat/manifest.json b/custom_components/myheat/manifest.json index 0cbbe3d..b95eb95 100644 --- a/custom_components/myheat/manifest.json +++ b/custom_components/myheat/manifest.json @@ -10,5 +10,5 @@ "issue_tracker": "https://github.com/vooon/hass-myheat/issues", "loggers": ["myheat"], "requirements": [], - "version": "0.3.1" + "version": "0.3.2" } diff --git a/pyproject.toml b/pyproject.toml index a9be0ae..7c6ad86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hass-myheat" -version = "0.3.1" +version = "0.3.2" description = "MyHeat integration plugin for HomeAssistant" authors = ["Vladimir Ermakov "] readme = "README.md"