bump version to 1.1.0 because changes are majorish

This commit is contained in:
vveeps 2021-10-28 18:04:45 +03:00
parent b72258cb60
commit 8c9e1114da
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ if discord.__version__ != "2.0.0a":
"using 'pip install git+https://github.com/Rapptz/discord.py@master'" "using 'pip install git+https://github.com/Rapptz/discord.py@master'"
) )
__version__ = "1.0.7.2" __version__ = "1.1.0"
__title__ = "pomice" __title__ = "pomice"
__author__ = "cloudwithax" __author__ = "cloudwithax"

View File

@ -6,7 +6,7 @@ with open("README.md") as f:
setuptools.setup( setuptools.setup(
name="pomice", name="pomice",
author="cloudwithax", author="cloudwithax",
version="1.0.7.2", version="1.1.0",
url="https://github.com/cloudwithax/pomice", url="https://github.com/cloudwithax/pomice",
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
license="GPL", license="GPL",