Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Feb 25, 2024
1 parent 315bd1d commit 8c37dbf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion custom_components/myheat/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/myheat/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"issue_tracker": "https://github.com/vooon/hass-myheat/issues",
"loggers": ["myheat"],
"requirements": [],
"version": "0.3.2"
"version": "0.4.0"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8c37dbf

Please sign in to comment.