Plex-Bot-Music/PlexBot/__version__.py

6 lines
104 B
Python
Raw Permalink Normal View History

"""Track version number of package."""
2020-09-24 06:40:20 +02:00
VERSION = "1.0.3"
if __name__ == "__main__":
print(VERSION)