diff --git a/.git-subtree/python-govee-api/govee_api_laggat/__version__.py b/.git-subtree/python-govee-api/govee_api_laggat/__version__.py index 457c95c..3cf3643 100644 --- a/.git-subtree/python-govee-api/govee_api_laggat/__version__.py +++ b/.git-subtree/python-govee-api/govee_api_laggat/__version__.py @@ -1,3 +1,3 @@ """Version Information.""" -VERSION = "0.2.2" +VERSION = "2023.11.1" diff --git a/.git-subtree/python-govee-api/pyproject.toml b/.git-subtree/python-govee-api/pyproject.toml index ac01081..ebb2747 100644 --- a/.git-subtree/python-govee-api/pyproject.toml +++ b/.git-subtree/python-govee-api/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "0.2.2" +version = "2023.11.1" version_files = [ "govee_api_laggat/__version__.py:VERSION", "setup.py", diff --git a/.git-subtree/python-govee-api/setup.py b/.git-subtree/python-govee-api/setup.py index dee2a18..769096f 100644 --- a/.git-subtree/python-govee-api/setup.py +++ b/.git-subtree/python-govee-api/setup.py @@ -16,7 +16,7 @@ setuptools.setup( name="govee_api_laggat", - version="0.2.2", + version="2023.11.1", author="Florian Lagg @LaggAt", author_email="florian.lagg@gmail.com", description="Implementation of the govee API to control LED strips and bulbs.", diff --git a/custom_components/govee/manifest.json b/custom_components/govee/manifest.json index ba4ab21..363300b 100644 --- a/custom_components/govee/manifest.json +++ b/custom_components/govee/manifest.json @@ -10,6 +10,6 @@ "issue_tracker": "https://github.com/LaggAt/hacs-govee/issues", "requirements": ["govee-api-laggat==0.2.2", "dacite==1.8.0"], "ssdp": [], - "version": "0.2.2", + "version": "2023.11.1", "zeroconf": [] }