Update __init__.py

This commit is contained in:
Nicolas Coevoet 2020-09-29 19:23:05 +02:00 committed by GitHub
parent 25aee3bc91
commit 1068737ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.4"
__version__ = "1.5"
# XXX Replace this with an appropriate author or supybot.Author instance.
__author__ = supybot.authors.unknown