Skip to content

Commit

Permalink
updated version to 1.9.1 in spotifycli.py and version.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittchen committed Jan 1, 2025
1 parent 1f21502 commit 59b65a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spotifycli/spotifycli.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def get_arguments():


def show_version():
print("1.9.0")
print("1.9.1")


def get_song():
Expand Down
2 changes: 1 addition & 1 deletion spotifycli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.9.0"
__version__ = "1.9.1"

0 comments on commit 59b65a6

Please sign in to comment.