Skip to content

Commit b3154ff

Browse files
committed
updated spotify-cli-linux version to 2.0.0 (breaking changes - new python version)
1 parent e806ab4 commit b3154ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spotifycli/spotifycli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def get_arguments():
162162

163163

164164
def show_version():
165-
print("1.9.1")
165+
print("2.0.0")
166166

167167

168168
def get_song():

spotifycli/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.9.1"
1+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)