Version bump to 0.3.0, warranted by many commits

This commit is contained in:
Zeva Rose 2021-06-30 11:54:00 -06:00
parent 3df785d16b
commit 81b1b705f6

View file

@ -19,7 +19,7 @@ restart_ctx = None
jarvis = commands.Bot(command_prefix=utils.get_prefix, intents=intents) jarvis = commands.Bot(command_prefix=utils.get_prefix, intents=intents)
jarvis_self = Process() jarvis_self = Process()
__version__ = "0.1.0" __version__ = "0.3.0"
@jarvis.event @jarvis.event