Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorukyum committed Mar 5, 2024
1 parent c733fb6 commit 9aca1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
setup(
name="pycord-multicog",
packages=["pycord.multicog"],
version="1.1.0",
version="2.0.0",
license="MIT",
description="A pycord extension that allows splitting command groups into multiple cogs",
long_description=readme,
long_description_content_type="text/markdown",
author="Dorukyum",
url="https://github.com/Dorukyum/pycord-multicog",
keywords="Pycord",
install_requires=["py-cord>=2.0.0"],
install_requires=["py-cord>=2.5.0"],
classifiers=classifiers,
project_urls={"Source": "https://github.com/Dorukyum/pycord-multicog"},
)

0 comments on commit 9aca1b8

Please sign in to comment.