From 71e5bd53a3dd1a17638f98efabb2c4688947b223 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Sat, 24 Feb 2018 18:04:40 +0100 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6788406..3d8ece4 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,11 @@ import os setup( name = 'cheat', - version = '2.2.3', + version = '2.2.32', author = 'Chris Lane', author_email = 'chris@chris-allen-lane.com', license = 'GPL3', - description = 'cheat allows you to create and view interactive cheatsheets ' + description = 'Custom cheat by e32 - cheat allows you to create and view interactive cheatsheets ' 'on the command-line. It was designed to help remind *nix system ' 'administrators of options for commands that they use frequently, but not ' 'frequently enough to remember.',