Skip to content

Commit 9fb4691

Browse files
author
github-actions
committed
5.0.1
Automatically generated by python-semantic-release
1 parent 273cfe3 commit 9fb4691

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components/alexa_media/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
PERCENTAGE,
1616
)
1717

18-
__version__ = "5.0.0"
18+
__version__ = "5.0.1"
1919
PROJECT_URL = "https://github.com/alandtse/alexa_media_player/"
2020
ISSUE_URL = f"{PROJECT_URL}issues"
2121
NOTIFY_URL = f"{PROJECT_URL}wiki/Configuration%3A-Notification-Component#use-the-notifyalexa_media-service"

custom_components/alexa_media/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"issue_tracker": "https://github.com/alandtse/alexa_media_player/issues",
1010
"loggers": ["alexapy", "authcaptureproxy"],
1111
"requirements": ["alexapy==1.29.5", "packaging>=20.3", "wrapt>=1.14.0"],
12-
"version": "5.0.0"
12+
"version": "5.0.1"
1313
}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "alexa_media_player"
3-
version = "5.0.0"
3+
version = "5.0.1"
44
description = "This is a custom component to allow control of Amazon Alexa devices in [Homeassistant](https://home-assistant.io) using the unofficial Alexa API."
55
authors = [
66
"Keaton Taylor <[email protected]>",

0 commit comments

Comments
 (0)