Plex-Bot-Music/PlexBot/__version__.py
Joshua Arulsamy 545654f9a7 Add lyrics command
Optionally grab lyrics of a song using the
lyrics command. Required LyricsGenius API token.
2020-09-06 15:32:40 -06:00

6 lines
104 B
Python

"""Track version number of package."""
VERSION = "1.0.2"
if __name__ == "__main__":
print(VERSION)