Version 2.1.3

- Added new cheatsheets
- Appended to `.gitignore`
This commit is contained in:
Chris Lane
2015-01-05 20:44:25 -05:00
parent 426b0aaa0d
commit be2cb6e632
4 changed files with 6 additions and 3 deletions

View File

@ -38,7 +38,7 @@ from docopt import docopt
if __name__ == '__main__':
# parse the command-line options
options = docopt(__doc__, version='cheat 2.1.2')
options = docopt(__doc__, version='cheat 2.1.3')
# list directories
if options['--directories']: