Skip to content

Commit

Permalink
Added version to command-line interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Jan 4, 2017
1 parent 5c32d59 commit 77abd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmrstarlib/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ def main(cmdargs):
csviewer.csview(view=True)


args = docopt.docopt(__doc__)
args = docopt.docopt(__doc__, version="1.0.5")
main(args)

0 comments on commit 77abd04

Please sign in to comment.