From b3795102b8b4f53a5b129932319424546aca6e4e Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Tue, 6 Feb 2024 17:32:17 -0500 Subject: [PATCH] 2.9.0 --- pomice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index ef5bb96..84b4718 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.9.0a" +__version__ = "2.9.0" __title__ = "pomice" __author__ = "cloudwithax" __license__ = "GPL-3.0"