From 074dba6e99c91f6c18b4b3a841bd00d600f1c0b3 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Mon, 4 Feb 2019 12:04:52 -0500 Subject: [PATCH] v2.5.0 `minor` version bump to `2.5.0`. --- bin/cheat | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/cheat b/bin/cheat index 7ced880..752f380 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.2') + options = docopt(__doc__, version='cheat 2.5.0') # initialize and validate configs config = Configuration() diff --git a/setup.py b/setup.py index d6410f6..7a31662 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.2', + version='2.5.0', author='Chris Lane', author_email='chris@chris-allen-lane.com', license='GPL3',