Update __init__.py

1.3 release dues to 45 commits since 1.2
This commit is contained in:
Nicolas Coevoet 2016-01-05 22:35:00 +01:00
parent 99ed2cd8f3
commit 31911a8cdd

View File

@ -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