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"