From 59b65a6f531e0cd23b7472885bea00ba87263c8b Mon Sep 17 00:00:00 2001 From: Piotr Wittchen Date: Wed, 1 Jan 2025 20:08:43 +0100 Subject: [PATCH] updated version to 1.9.1 in spotifycli.py and version.py file --- spotifycli/spotifycli.py | 2 +- spotifycli/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spotifycli/spotifycli.py b/spotifycli/spotifycli.py index 8a3b062..b755610 100755 --- a/spotifycli/spotifycli.py +++ b/spotifycli/spotifycli.py @@ -160,7 +160,7 @@ def get_arguments(): def show_version(): - print("1.9.0") + print("1.9.1") def get_song(): diff --git a/spotifycli/version.py b/spotifycli/version.py index 0a0a43a..38cf6db 100644 --- a/spotifycli/version.py +++ b/spotifycli/version.py @@ -1 +1 @@ -__version__ = "1.9.0" +__version__ = "1.9.1"