From e4ee754d307b650a5da3aa90b0a2c59795b0c80b Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Sat, 9 Oct 2021 18:26:06 -0400 Subject: [PATCH] Fixed SearchType parsing + version bump --- 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 70539cd..3b10bd5 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.6" +__version__ = "1.0.6.1" __title__ = "pomice" __author__ = "cloudwithax" diff --git a/setup.py b/setup.py index 9c59c97..0efc4b7 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.6", + version="1.0.6.1", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",