From 216c1bf4d771877d84207cfa4fc4a7abb0551209 Mon Sep 17 00:00:00 2001 From: n Date: Sat, 1 Feb 2025 17:25:24 -0600 Subject: [PATCH] version+ --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 44a395d..2cfc661 100644 --- a/bot.py +++ b/bot.py @@ -2,7 +2,7 @@ import simplematrixbotlib as botLibrary import json import fetch -version = "0.2.0" +version = "0.3.0" print("Imag/quotes bot version " + version) print("Loading config…")