Skip to content

Commit bd96705

Browse files
committed
bumped version to 1.8.2 in the python configs
1 parent f3489db commit bd96705

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
@@ -110,7 +110,7 @@ def get_arguments():
110110

111111

112112
def show_version():
113-
print("1.8.1")
113+
print("1.8.2")
114114

115115

116116
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.8.1"
1+
__version__ = "1.8.2"

0 commit comments

Comments
 (0)