diff --git a/Weather/__init__.py b/Weather/__init__.py index 8f999a8..ab996dd 100644 --- a/Weather/__init__.py +++ b/Weather/__init__.py @@ -13,7 +13,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__ = "" +__version__ = "2015.10.02" # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.unknown