diff --git a/bin/cheat b/bin/cheat index 23ccef1..252e52a 100755 --- a/bin/cheat +++ b/bin/cheat @@ -47,7 +47,7 @@ import os if __name__ == '__main__': # parse the command-line options - options = docopt(__doc__, version='cheat 2.4.1') + options = docopt(__doc__, version='cheat 2.4.2') config = Configuration() sheets = Sheets(config) diff --git a/setup.py b/setup.py index b4f051e..43cc96a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ for f in os.listdir('cheat/cheatsheets/'): # specify build params setup( name = 'cheat', - version = '2.4.1', + version = '2.4.2', author = 'Chris Lane', author_email = 'chris@chris-allen-lane.com', license = 'GPL3',