Skip to content

Commit 912700a

Browse files
committed
bumped version: 2.0.0 -> 2.1.0
1 parent 85797ef commit 912700a

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

166166

167167
def show_version():
168-
print("2.0.0")
168+
print("2.1.0")
169169

170170

171171
def clear_cli():

spotifycli/version.py

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

0 commit comments

Comments
 (0)