Fixed SearchType parsing + version bump

This commit is contained in:
cloudwithax 2021-10-09 18:26:06 -04:00
parent a20209d5c8
commit e4ee754d30
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'"
)
__version__ = "1.0.6"
__version__ = "1.0.6.1"
__title__ = "pomice"
__author__ = "cloudwithax"

View File

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