From 6a4b1f117bae262c8310ca72d80d09bedec5c037 Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Tue, 4 Nov 2025 21:07:12 -0800 Subject: [PATCH] Version bump --- token_bot/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/token_bot/core.py b/token_bot/core.py index 8193f08..e1eb3d6 100644 --- a/token_bot/core.py +++ b/token_bot/core.py @@ -8,7 +8,7 @@ from interactions.api.events import Startup from token_bot.token_database import database as pdb from token_bot.token_database import database as tdb -VERSION = "0.9.3" +VERSION = "0.9.4" class Core(Extension):