diff --git a/bot.py b/bot.py index a9e437e..c30dd3f 100644 --- a/bot.py +++ b/bot.py @@ -2,7 +2,7 @@ import simplematrixbotlib as botLibrary import json import fetch -version = "0.1.5" +version = "0.2.0-dev" print("Imag/quotes bot version " + version) print("Loading config…")