From 4e69ecd279159d7b07819220e0f1f33906a3776c Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Jan 11 2009 20:14:07 +0000 Subject: Merge branch 'master' of git://git.fedorahosted.org/git/supybot-fedora --- diff --git a/__init__.py b/__init__.py index 7d0c5b0..bcaad69 100644 --- a/__init__.py +++ b/__init__.py @@ -36,7 +36,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.2" +__version__ = "0.2.1" # Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.Author('Mike McGrath', 'mmcgrath', 'mmcgrath@redhat.com')