From e8de77ebd2ca7dcd22682c929588f1b5225dda74 Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Fri, 12 Apr 2024 14:18:13 +0100 Subject: [PATCH] Release v5.0.0a2 --- README.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 344e6386..670b7f7f 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ Installation Install by running:: - sudo python3 -m pip install --break-system-packages Mopidy-Spotify==5.0.0a1 + sudo python3 -m pip install --break-system-packages Mopidy-Spotify==5.0.0a2 Configuration diff --git a/setup.cfg b/setup.cfg index a755a557..629e853f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Mopidy-Spotify -version = 5.0.0a1 +version = 5.0.0a2 url = https://github.com/mopidy/mopidy-spotify author = Stein Magnus Jodal author_email = stein.magnus@jodal.no