Skip to content

Commit 5160b7f

Browse files
committed
bumped version to 1.9.0
1 parent ece9285 commit 5160b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spotifycli/spotifycli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def get_arguments():
145145

146146

147147
def show_version():
148-
print("1.8.3")
148+
print("1.9.0")
149149

150150

151151
def get_song():

spotifycli/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.3"
1+
__version__ = "1.9.0"

0 commit comments

Comments
 (0)