Plex-Bot-Music/PlexBot/__version__.py

6 lines
104 B
Python
Raw Normal View History

"""Track version number of package."""
2020-08-13 10:52:48 +02:00
VERSION = "1.0.1"
if __name__ == "__main__":
print(VERSION)