From 4e80283e2113d6b0e96f9098f85138aea15a4471 Mon Sep 17 00:00:00 2001 From: Crussader <75786691+Crussader@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:04:19 +0400 Subject: [PATCH] Bump version to 1.1.0 --- pomice/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index 7d23216..8bbf555 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -11,7 +11,7 @@ if discord.__version__ != "2.0.0a": "using 'pip install git+https://github.com/Rapptz/discord.py@master'" ) -__version__ = "1.0.7.2" +__version__ = "1.1.0" __title__ = "pomice" __author__ = "cloudwithax"