From c88f0202808bd73aef8f0c7ed27b2f54f22cbeaf Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Mon, 13 Mar 2023 19:45:12 -0400 Subject: [PATCH] 2.3.1 --- pomice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index 0f2f4f3..dbf1182 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.1a" +__version__ = "2.3.1" __title__ = "pomice" __author__ = "cloudwithax" __license__ = "GPL-3.0"