Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
2021.04.01
Browse files Browse the repository at this point in the history
  • Loading branch information
NCPlayz committed Apr 1, 2021
1 parent 536efa7 commit 591819b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discord/ext/alternatives/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from collections import namedtuple


__version__ = "2020.10.11"
__version__ = "2021.04.01"

_VersionInfo = namedtuple("_VersionInfo", "major minor micro releaselevel serial")
version_info = _VersionInfo(major=2020, minor=10, micro=11, releaselevel="stable", serial=0)
version_info = _VersionInfo(major=2021, minor=4, micro=1, releaselevel="stable", serial=0)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
discord.py>=1.3.4
discord.py>=1.5
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@
setuptools.setup(
author="Ext-Creators",
classifiers=classifiers,
description="A discord.py extension with additional and alternative features.",
description="A discord.py extension with additional and alternative features. Use with caution.",
install_requires=install_requires,
license="Apache Software License",
long_description=long_description,
long_description_content_type="text/x-rst",
name="discord-ext-alternatives",
packages=["discord.ext.alternatives"],
project_urls=project_urls,
Expand Down

0 comments on commit 591819b

Please sign in to comment.