diff --git a/pomice/__init__.py b/pomice/__init__.py index 8bb12cc..f6e0e41 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -1,6 +1,6 @@ """Pomice wrapper for Lavalink, made possible by cloudwithax 2021""" -__version__ = "1.0.4" +__version__ = "1.0.5" __title__ = "pomice" __author__ = "cloudwithax" diff --git a/setup.py b/setup.py index 303db05..0424e8b 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.4.1", + version="1.0.5", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",