Skip to content

Commit

Permalink
Patch version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisallenlane committed Feb 15, 2016
1 parent 35c38be commit d058ee0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/cheat
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ from docopt import docopt

if __name__ == '__main__':
# parse the command-line options
options = docopt(__doc__, version='cheat 2.1.20')
options = docopt(__doc__, version='cheat 2.1.21')

# list directories
if options['--directories']:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = 'cheat',
version = '2.1.20',
version = '2.1.21',
author = 'Chris Lane',
author_email = '[email protected]',
license = 'GPL3',
Expand Down

0 comments on commit d058ee0

Please sign in to comment.