diff --git a/pomice/__init__.py b/pomice/__init__.py index bfcede4..70539cd 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.5" +__version__ = "1.0.6" __title__ = "pomice" __author__ = "cloudwithax" diff --git a/setup.py b/setup.py index 070079e..9c59c97 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.5.3", + version="1.0.6", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",