From 5c71e9a562f43995664ecd807955dc6e6a474869 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Wed, 5 Apr 2023 23:00:12 -0400 Subject: [PATCH] 2.4 --- pomice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index cfcd4dd..988edae 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -20,7 +20,7 @@ if not discord.version_info.major >= 2: "using 'pip install discord.py'", ) -__version__ = "2.3.3a" +__version__ = "2.4.0" __title__ = "pomice" __author__ = "cloudwithax" __license__ = "GPL-3.0"