Skip to content

Commit

Permalink
Added some basic version implementation to link to release in Github
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Nov 6, 2020
1 parent f46fd4f commit 01731b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,7 @@ def main(program_name='Test Readiness Updater', program_description='This progra
scan_dir(directory, scrapers, force_overwrite, embed_lyrics)

if __name__ == '__main__':
version = '0.0.1'
print('Using version: v{}'.format(version))
main()

0 comments on commit 01731b1

Please sign in to comment.