Skip to content

Commit 06203ac

Browse files
authored
chore/ADMIN: force version onto old pypi
This is an executive decision made between Delta and I. We will be forcing a version 4.0 push onto our old branch to help transition old users using v3 to our new project. This does not necessarily mean this branch will now be receiving updates along with the rest. The goal is to make our current branch used as much as possible.
1 parent beec34c commit 06203ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def read_requirements(filename):
2525
extras["dev"] = extras["lint"] + extras["readthedocs"]
2626
requirements = read_requirements("requirements.txt")
2727
setup(
28-
name="discord-py-interactions",
28+
name="discord-py-slash-command",
2929
version=VERSION,
3030
author="goverfl0w",
3131
author_email="james.discord.interactions@gmail.com",

0 commit comments

Comments
 (0)