From dd06b07be47afd872b3373e07b21b3d899deae8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20St=C3=BCrmer?= Date: Fri, 26 Feb 2021 16:05:04 +0100 Subject: [PATCH] Bump to 0.2.0 --- custom_components/rct_power/lib/const.py | 2 +- custom_components/rct_power/manifest.json | 2 +- pyproject.toml | 2 +- tbump.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/custom_components/rct_power/lib/const.py b/custom_components/rct_power/lib/const.py index c15cee8..3c9b669 100644 --- a/custom_components/rct_power/lib/const.py +++ b/custom_components/rct_power/lib/const.py @@ -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" diff --git a/custom_components/rct_power/manifest.json b/custom_components/rct_power/manifest.json index b96244e..b17c1b6 100644 --- a/custom_components/rct_power/manifest.json +++ b/custom_components/rct_power/manifest.json @@ -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" } diff --git a/pyproject.toml b/pyproject.toml index bbbbd4b..5a05949 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rct-power" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["Felix Stürmer "] license = "MIT" diff --git a/tbump.toml b/tbump.toml index ff26529..d2c52df 100644 --- a/tbump.toml +++ b/tbump.toml @@ -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\d+)