diff --git a/pomice/__init__.py b/pomice/__init__.py index 98665f7..fabc583 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -1,6 +1,6 @@ -"""Big poopoo peepee moment""" +"""Pomice wrapper for Lavalink, made possible by cloudwithax 2021""" -__version__ = "1.0.6.2" +__version__ = "1.0.1" __title__ = "pomice" __author__ = "cloudwithax" diff --git a/setup.py b/setup.py index e42b5ab..d21edb4 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open("README.md") as f: setuptools.setup( name="pomice", author="cloudwithax", - version="1.0.0", + version="1.0.1", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",