Skip to content

Commit b605e23

Browse files
committed
bumping version: 1.5.0 -> 1.5.1
1 parent a60a3f5 commit b605e23

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

108108

109109
def show_version():
110-
print("1.5.0")
110+
print("1.5.1")
111111

112112

113113
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.5.0"
1+
__version__ = "1.5.1"

0 commit comments

Comments
 (0)