diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e2bf8e1..57d88da 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2 +current_version = 0.4.0 commit = True tag = True diff --git a/custom_components/myheat/const.py b/custom_components/myheat/const.py index 6382f6f..f4e89f4 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.2" +VERSION = "0.4.0" ATTRIBUTION = "https://myheat.net" MANUFACTURER = "https://myheat.net" diff --git a/custom_components/myheat/manifest.json b/custom_components/myheat/manifest.json index b95eb95..0df5cc9 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.2" + "version": "0.4.0" } diff --git a/pyproject.toml b/pyproject.toml index 7c6ad86..ca7b003 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hass-myheat" -version = "0.3.2" +version = "0.4.0" description = "MyHeat integration plugin for HomeAssistant" authors = ["Vladimir Ermakov "] readme = "README.md"