From 1945836b3cbdf99fc4054db5539b80823e81af44 Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Wed, 19 Nov 2014 12:03:14 +0100 Subject: [PATCH] changed version number --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 4a2d75c..8442dad 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__ = "0.5" +__version__ = "1.0" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.unknown