From b1773c468ab1119c5a921e3db07a772c698e4a71 Mon Sep 17 00:00:00 2001 From: urthub Date: Sun, 16 Mar 2014 16:05:15 +0100 Subject: [PATCH] Bumped version number for 1.1.1 --- spunky.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spunky.py b/spunky.py index a1058ca..5f94a9a 100644 --- a/spunky.py +++ b/spunky.py @@ -19,7 +19,7 @@ Run the bot: python spunky.py """ -__version__ = '1.1.0' +__version__ = '1.1.1' ### IMPORTS