Skip to content

Commit

Permalink
chore: add pytest and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wolffshots committed Nov 21, 2024
1 parent 22f5fe5 commit 1fb3ca6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/audiobookshelf/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from homeassistant.const import Platform

VERSION = "v0.2.0"
VERSION = "v0.2.1"
ISSUE_URL = "https://github.com/wolffshots/hass-audiobookshelf/issues"
DOMAIN = "audiobookshelf"
PLATFORMS: list[Platform] = [Platform.SENSOR]
Expand Down
2 changes: 1 addition & 1 deletion custom_components/audiobookshelf/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"domain": "audiobookshelf",
"name": "Audiobookshelf",
"version": "0.2.0",
"version": "0.2.1",
"documentation": "https://github.com/wolffshots/hass-audiobookshelf",
"iot_class": "local_polling",
"issue_tracker": "https://github.com/wolffshots/hass-audiobookshelf/issues",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ homeassistant==2024.11.2
pip>=21.3.1
ruff==0.7.2
mypy==1.13.0
pytest==8.3.3
libpcap>=1.11.0b14
dacite==1.8.1

0 comments on commit 1fb3ca6

Please sign in to comment.