From 8964bb261c553bf6a8174ea3d9fa32bf19062f00 Mon Sep 17 00:00:00 2001 From: Kaveen Kumarasinghe Date: Sun, 29 Oct 2023 04:46:30 -0400 Subject: [PATCH] bump version --- gpt3discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt3discord.py b/gpt3discord.py index 07889746..0ce033d6 100644 --- a/gpt3discord.py +++ b/gpt3discord.py @@ -34,7 +34,7 @@ from models.openai_model import Model -__version__ = "11.9.2" +__version__ = "11.9.5" PID_FILE = Path("bot.pid")