From c9bba65f48d14b38484a7707991d8f9717601b2b Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Thu, 6 Oct 2022 19:32:58 -0400 Subject: [PATCH] fix version number --- pomice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index b50a9f1..f9cd69a 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -18,7 +18,7 @@ if not discord.version_info.major >= 2: "using 'pip install discord.py'" ) -__version__ = "1.1.7" +__version__ = "1.1.8a" __title__ = "pomice" __author__ = "cloudwithax"