From 2403b431e98ca0f611a42ebfe87e9202ea2a9432 Mon Sep 17 00:00:00 2001 From: Spencer Grimes Date: Sat, 31 Jan 2026 14:47:52 -0600 Subject: [PATCH] chore: bump version to 1.1.0 Major features added since 1.0.0: - Test Mode support for safe development - Auto-updates dependencies on startup - Multi-voice support with per-user preferences - Voice persistence across restarts - Hot-reload voices without restart --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index e1df671..62b07ac 100644 --- a/bot.py +++ b/bot.py @@ -1,3 +1,5 @@ +__version__ = "1.1.0" + import sys import os