From 3d9b402a27afeb41c93c91c98f88e40eca31b31e Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 27 Sep 2020 21:42:19 +0000 Subject: [PATCH] 3.1.0 Automatically generated by python-semantic-release --- custom_components/alexa_media/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/alexa_media/const.py b/custom_components/alexa_media/const.py index 040fbde7..57bac4f5 100644 --- a/custom_components/alexa_media/const.py +++ b/custom_components/alexa_media/const.py @@ -9,7 +9,7 @@ """ from datetime import timedelta -__version__ = "3.0.1" +__version__ = "3.1.0" PROJECT_URL = "https://github.com/custom-components/alexa_media_player/" ISSUE_URL = "{}issues".format(PROJECT_URL)