Plex-Bot-Music/PlexBot/__version__.py

6 lines
104 B
Python
Raw Normal View History

"""Track version number of package."""
2020-08-10 10:33:15 +02:00
VERSION = "1.0.0"
if __name__ == "__main__":
print(VERSION)