From 7c6b66660e54d4acfe9fe3c93094ebf5eb8a1086 Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Sat, 14 Dec 2024 20:43:22 -0800 Subject: [PATCH] Bump version --- 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 7015409..eba227c 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.1" +VERSION = "0.9.2" class Core(Extension):