From 19eb0a4e24c8d5bd48d87b0edcd00d854ff5edc3 Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Thu, 6 Nov 2025 00:23:05 -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 95bf43b..4df9db0 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.4b" +VERSION = "0.9.5" class Core(Extension):