samuelbryant / sjb-tools

A simple CLI program to create, maintain and edit todo lists
MIT License
0 stars 0 forks source link

[FEATURE] Add application version #3

Closed samuelbryant closed 6 years ago

samuelbryant commented 6 years ago

add a version tag to track various releases

samuelbryant commented 6 years ago

Best way to do this is have a version tag in the top level module. Then argparse does it automatically with the "version" action: