Skip to content

Commit

Permalink
bump version to 2023.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Lagg committed Nov 19, 2023
1 parent 02fff60 commit 52d3bc0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Version Information."""

VERSION = "0.2.2"
VERSION = "2023.11.1"
2 changes: 1 addition & 1 deletion .git-subtree/python-govee-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "0.2.2"
version = "2023.11.1"
version_files = [
"govee_api_laggat/__version__.py:VERSION",
"setup.py",
Expand Down
2 changes: 1 addition & 1 deletion .git-subtree/python-govee-api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setuptools.setup(
name="govee_api_laggat",
version="0.2.2",
version="2023.11.1",
author="Florian Lagg @LaggAt",
author_email="[email protected]",
description="Implementation of the govee API to control LED strips and bulbs.",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/govee/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
}

0 comments on commit 52d3bc0

Please sign in to comment.