From 6b513d1e67f2a3fdcb10932ebd85efab14eba70d Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Tue, 24 Jan 2023 13:58:51 -0500 Subject: [PATCH] getting ready for pomice v2 --- pomice/__init__.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pomice/__init__.py b/pomice/__init__.py index cf09b08..7fe3c17 100644 --- a/pomice/__init__.py +++ b/pomice/__init__.py @@ -3,7 +3,7 @@ Pomice ~~~~~~ The modern Lavalink wrapper designed for discord.py. -:copyright: 2021, cloudwithax +:copyright: 2023, cloudwithax :license: GPL-3.0 """ import discord @@ -18,7 +18,7 @@ if not discord.version_info.major >= 2: "using 'pip install discord.py'" ) -__version__ = "1.1.8a" +__version__ = "2.0a" __title__ = "pomice" __author__ = "cloudwithax" diff --git a/setup.py b/setup.py index 5e843c4..c69389f 100644 --- a/setup.py +++ b/setup.py @@ -55,6 +55,6 @@ setuptools.setup( 'Topic :: Software Development :: Libraries', "Topic :: Internet" ], - python_requires='>=3.8', + python_requires='>=3.9', keywords=['pomice', 'lavalink', "discord.py"], )