From 8a9bfc77fbaee744f70c09831f3eeee3724890e9 Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Fri, 11 Nov 2016 09:12:25 +0100 Subject: [PATCH] Update __init__.py --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index df2c1a5..1e3b03d 100644 --- a/__init__.py +++ b/__init__.py @@ -37,7 +37,7 @@ import supybot.world as world # Use this for the version of this plugin. You may wish to put a CVS keyword # in here if you're keeping the plugin in CVS or some similar system. -__version__ = "1.3" +__version__ = "1.4" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.unknown