From 301203f2685770c94b9fe5a7b20d203992dbc43a Mon Sep 17 00:00:00 2001 From: Charley Peng Date: Fri, 30 May 2014 12:20:09 +1000 Subject: [PATCH] version bump as requested --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65fcf53..26b0013 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ class my_install_scripts(install_scripts): setup( name = 'cheat', - version = '2.0.7', + version = '2.0.8', author = 'Chris Lane', author_email = 'chris@chris-allen-lane.com', license = 'GPL3',