Skip to content

Commit 9e2ffb9

Browse files
committed
Version Up
1 parent 5f44a5d commit 9e2ffb9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

discord_slash/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Discord Slash Constants"""
22

3-
__version__ = "1.2.2"
3+
__version__ = "2.0.1"
44

55
BASE_API = "https://discord.com/api/v8"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
setup(
2323
name="discord-py-slash-command",
2424
version=VERSION,
25-
author="eunwoo1104",
26-
author_email="sions04@naver.com",
27-
description="A simple discord slash command handler for discord.py.",
25+
author="LordOfPolls",
26+
author_email="ddavidallen13@gmail.com",
27+
description="A simple interaction handler for discord.py.",
2828
extras_require=extras,
2929
install_requires=["discord.py", "aiohttp"],
3030
license="MIT License",
3131
long_description=README,
3232
long_description_content_type="text/markdown",
33-
url="https://github.com/eunwoo1104/discord-py-slash-command",
33+
url="https://github.com/discord-py-slash-commands/discord-py-interactions",
3434
packages=find_packages(),
3535
python_requires=">=3.6",
3636
classifiers=[

0 commit comments

Comments
 (0)