From 3e18be528e2ec9b95783fc69c0c87e8c964e3590 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Sun, 3 Oct 2021 15:48:19 -0400 Subject: [PATCH] Update README --- README.md | 2 -- pomice/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b844005..5b66a6f 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ The modern [Lavalink](https://github.com/freyacodes/Lavalink) wrapper designed f # Install 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 ``` pip install pomice diff --git a/pomice/__init__.py b/pomice/__init__.py index 38da569..dae5d8d 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.3" +__version__ = "1.0.4" __title__ = "pomice" __author__ = "cloudwithax" diff --git a/setup.py b/setup.py index 7bde434..c189d06 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.3.2", + version="1.0.4", url="https://github.com/cloudwithax/pomice", packages=setuptools.find_packages(), license="GPL",