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