Skip to content

Commit

Permalink
Update __version__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
omarryhan authored Aug 1, 2021
1 parent 8b01100 commit 8bd3b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfy/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
__about__ = "Sync/Async API wrapper for Spotify's web API"
__description__ = __about__
__url__ = "https://github.com/omarryhan/pyfy"
__version_info__ = ("2", "0", "8")
__version_info__ = ("2", "0", "9")
__version__ = ".".join(__version_info__)
__author__ = "Omar Ryhan"
__author_email__ = "[email protected]"
Expand Down

0 comments on commit 8bd3b95

Please sign in to comment.