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