diff --git a/bot.py b/bot.py index 084d060..af443f0 100644 --- a/bot.py +++ b/bot.py @@ -2,7 +2,7 @@ import simplematrixbotlib as botLibrary import json import fetch -version = "0.0.0" +version = "0.1.0" print("Imag/quotes bot version " + version) print("Loading config…")