Skip to content

Commit

Permalink
Merge pull request #6 from wolffshots/v0.0.4
Browse files Browse the repository at this point in the history
V0.0.4 Version bump chores
  • Loading branch information
wolffshots authored Jan 9, 2024
2 parents 7dc84e3 + abbd8bf commit 11f4e4e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/audiobookshelf/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NAME = "Audiobookshelf"
DOMAIN = "audiobookshelf"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "v0.0.3"
VERSION = "v0.0.4"

ATTRIBUTION = "Server by https://www.audiobookshelf.org/"
ISSUE_URL = "https://github.com/wolffshots/hass-audiobookshelf/issues"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/audiobookshelf/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/wolffshots/hass-audiobookshelf/issues",
"requirements": [],
"version": "v0.0.3"
"version": "v0.0.4"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ max-complexity = 15

[tool.poetry]
name = "audiobookshelf"
version = "v0.0.3"
version = "v0.0.4"
description = "Audiobookshelf HA custom component"
authors = ["wolffshots <16850875+wolffshots@users.noreply.github.com>"]
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
version=1,
title="Audiobookshelf",
source="some source",
minor_version=1,
)

async def test_setup(hass: HomeAssistant)->None:
Expand Down

0 comments on commit 11f4e4e

Please sign in to comment.