From 70815d45fff066c28477f420d850a9ed4b62cb11 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Sat, 19 Nov 2022 12:12:39 -0500 Subject: [PATCH] revert version number for next release --- pomice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index a5f1602..cf09b08 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.1" +__version__ = "1.1.8a" __title__ = "pomice" __author__ = "cloudwithax"