Added a CONTRIBUTING.md file

- Added a CONTRIBUTING.md file
- Corrected a small indentation error
- version bump
This commit is contained in:
Chris Lane
2014-05-25 22:19:43 -04:00
parent afcaaafbe5
commit 8677e0c35a
4 changed files with 12 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.0.4')
options = docopt(__doc__, version='cheat 2.0.5')
# list directories
if options['--directories']: