From 2b0450690e7e44312b17de67dd5951f5bda6dedf Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sun, 30 Jan 2005 03:48:14 +0000 Subject: [PATCH] Added an __version__ string to Plugin/__init__.py as generated by supybot-newplugin. --- scripts/supybot-newplugin | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/supybot-newplugin b/scripts/supybot-newplugin index eee9fea02..b145e4469 100644 --- a/scripts/supybot-newplugin +++ b/scripts/supybot-newplugin @@ -139,6 +139,10 @@ here. import supybot 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__ = "" + # XXX Replace this with an appropriate author or supybot.Author instance. __author__ = supybot.authors.unknown