From 5487314676672039fd014d68b7eea7c261a60b20 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Wed, 13 Feb 2019 12:42:58 -0500 Subject: [PATCH] Version bump: 2.5.1 --- bin/cheat | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cheat b/bin/cheat index 752f380..e021b9a 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.5.0') + options = docopt(__doc__, version='cheat 2.5.1') # initialize and validate configs config = Configuration() diff --git a/setup.py b/setup.py index 7a31662..2eb47a4 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.5.0', + version='2.5.1', author='Chris Lane', author_email='chris@chris-allen-lane.com', license='GPL3',