From 4507b50b8bdc7c9e50b27af02ba46196a4d65627 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Thu, 1 Feb 2024 21:12:34 -0500 Subject: [PATCH] 2.8.0 --- pomice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index ac8aafd..d108e38 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -20,7 +20,7 @@ class DiscordPyOutdated(Exception): "using 'pip install discord.py'", ) -__version__ = "2.7.3a" +__version__ = "2.8.0" __title__ = "pomice" __author__ = "cloudwithax" __license__ = "GPL-3.0"