From d83463d27a030607401808d51a810a90cb633889 Mon Sep 17 00:00:00 2001 From: n Date: Fri, 31 Jan 2025 20:58:18 -0600 Subject: [PATCH] increment version --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 69c5e35..5b7e5a1 100644 --- a/bot.py +++ b/bot.py @@ -2,7 +2,7 @@ import simplematrixbotlib as botLibrary import json import fetch -version = "0.1.0" +version = "0.1.5" print("Imag/quotes bot version " + version) print("Loading config…")