Skip to content

Commit e98ef8d

Browse files
committed
bump version to 0.1.3 to see if this will trigger pyxantech 0.8.0 to download for users that have been having problems
1 parent c4bdd76 commit e98ef8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
# args: [--settings-path=pyproject.toml] # ["--profile", "black" ]
1919

2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.8.5
21+
rev: v0.9.2
2222
hooks:
2323
- id: ruff
2424
args: [ --fix ] # run linter

custom_components/xantech/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "xantech",
33
"name": "Xantech/Dayton Audio/Sonance Multi-Zone Amps",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"documentation": "https://github.com/rsnodgrass/hass-xantech",
66
"requirements": ["pyxantech>=0.8.0", "ratelimit>=2.2.1"],
77
"dependencies": [],

0 commit comments

Comments
 (0)