diff --git a/custom_components/alexa_media/const.py b/custom_components/alexa_media/const.py index b2bc01d8..7deb8f32 100644 --- a/custom_components/alexa_media/const.py +++ b/custom_components/alexa_media/const.py @@ -9,7 +9,7 @@ """ from datetime import timedelta -__version__ = "2.9.2" +__version__ = "2.10.0" PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = "{}issues".format(PROJECT_URL)