mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
6 lines
104 B
Python
6 lines
104 B
Python
"""Track version number of package."""
|
|
VERSION = "1.0.0"
|
|
|
|
if __name__ == "__main__":
|
|
print(VERSION)
|