diff --git a/__init__.py b/__init__.py index e923eb9..df2c1a5 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.2" +__version__ = "1.3" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.unknown