Version bump: 2.5.1

This commit is contained in:
Chris Lane
2019-02-13 12:42:58 -05:00
parent ec360ccddd
commit 5487314676
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ import os
if __name__ == '__main__':
# parse the command-line options
options = docopt(__doc__, version='cheat 2.5.0')
options = docopt(__doc__, version='cheat 2.5.1')
# initialize and validate configs
config = Configuration()