Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Feb 26, 2021
1 parent 52cf70d commit dd06b07
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 @@ -3,7 +3,7 @@
NAME = "RCT Power"
DOMAIN = "rct_power"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.1.0"
VERSION = "0.2.0"

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 @@ -10,5 +10,5 @@
"git+https://github.com/svalouch/python-rctclient.git@080d96a#rtcclient",
"async_timeout==3.0.1"
],
"version": "0.1.0"
"version": "0.2.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 = "rct-power"
version = "0.1.0"
version = "0.2.0"
description = ""
authors = ["Felix Stürmer <[email protected]>"]
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.1.0"
current = "0.2.0"

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

0 comments on commit dd06b07

Please sign in to comment.