Bump version to 1.0.1

This commit is contained in:
Zeva Rose 2021-07-20 08:43:51 -06:00
parent 7d50992023
commit 6bf06bf6ca

View file

@ -35,7 +35,7 @@ jarvis = commands.Bot(
) )
slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True) slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True)
jarvis_self = Process() jarvis_self = Process()
__version__ = "1.0.0" __version__ = "1.0.1"
db = DBManager(get_config().mongo).mongo db = DBManager(get_config().mongo).mongo