From 8c9e1114dadb55df3c608fec430ee367bd88cf73 Mon Sep 17 00:00:00 2001 From: vveeps <54472340+vveeps@users.noreply.github.com> Date: Thu, 28 Oct 2021 18:04:45 +0300 Subject: [PATCH] bump version to 1.1.0 because changes are majorish --- pomice/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" diff --git a/setup.py b/setup.py index e967a62..544d84a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open("README.md") as f: setuptools.setup( name="pomice", author="cloudwithax", - version="1.0.7.2", + version="1.1.0", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",