Update README

This commit is contained in:
cloudwithax 2021-10-03 15:48:19 -04:00
parent c12d65a890
commit 3e18be528e
3 changed files with 2 additions and 4 deletions

View File

@ -7,8 +7,6 @@ The modern [Lavalink](https://github.com/freyacodes/Lavalink) wrapper designed f
# Install # Install
To install the library, you need the lastest version of pip and minimum Python 3.8 To install the library, you need the lastest version of pip and minimum Python 3.8
(Note: This library as of now does not support discord.py 2.0, you must use any version lower than discord.py 1.7.3 for this library to work properly.)
> Stable version > Stable version
``` ```
pip install pomice pip install pomice

View File

@ -1,6 +1,6 @@
"""Pomice wrapper for Lavalink, made possible by cloudwithax 2021""" """Pomice wrapper for Lavalink, made possible by cloudwithax 2021"""
__version__ = "1.0.3" __version__ = "1.0.4"
__title__ = "pomice" __title__ = "pomice"
__author__ = "cloudwithax" __author__ = "cloudwithax"

View File

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