Skip to content

Commit

Permalink
Bump to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Dec 23, 2021
1 parent a083ba6 commit 242180d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion custom_components/rct_power/lib/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NAME = "RCT Power"
DOMAIN = "rct_power"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.9.1"
VERSION = "0.9.2"

ISSUE_URL = "https://github.com/weltenwort/rct-power/issues"

Expand Down
2 changes: 1 addition & 1 deletion custom_components/rct_power/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"config_flow": true,
"codeowners": ["@weltenwort"],
"requirements": ["rctclient==0.0.3"],
"version": "0.9.1"
"version": "0.9.2"
}
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 = "rct-power"
version = "0.9.1"
version = "0.9.2"
description = ""
authors = ["Felix Stürmer <stuermer@weltenwort.de>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github_url = "https://github.com/weltenwort/home-assistant-rct-power-integration/"

[version]
current = "0.9.1"
current = "0.9.2"

regex = '''
(?P<major>\d+)
Expand Down

0 comments on commit 242180d

Please sign in to comment.