This repository was archived by the owner on Mar 8, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 66 <br />
77 <a href="https://pypi.org/project/discord-ui/"><b>pip package</b></a>
88 ▪
9- <a href="https://discord-ui.readthedocs.io/"><b>read the docs</b></a>
9+ <a href="https://discord-ui.readthedocs.io/en/latest/ "><b>read the docs</b></a>
1010 ▪
1111 <a href="https://github.com/KusoRedsto/discord-ui/tree/main/examples"><b>examples</b></a>
1212 </p>
@@ -115,6 +115,14 @@ You can find more (and better) examples [here](https://github.com/KusoRedsto/dis
115115
116116# Changelog
117117
118+ - <details >
119+ <summary >3.0.1</summary >
120+
121+ ## ** Fixed**
122+ - small project issues
123+
124+ </details >
125+
118126- <details >
119127 <summary >3.0.0</summary >
120128
Original file line number Diff line number Diff line change 77from .override import Overriden_Bot , override_client
88
99
10- __version__ = "3.0.0 "
10+ __version__ = "3.0.1 "
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ def get_readme():
1717 version = get_version (),
1818 author = "404kuso, RedstoneZockt" ,
191920- description = "A discord message component handler for discord.py" ,
20+ description = "A discord user-interface extension for discord.py" ,
2121 long_description = get_readme (),
2222 long_description_content_type = "text/markdown" ,
23- url = "https://github.com/KusoRedsto/discord_py_buttons " ,
23+ url = "https://github.com/KusoRedsto/discord-ui " ,
2424 packages = setuptools .find_packages (),
2525 python_requires = '>=3.9' if 'READTHEDOCS' not in os .environ else None ,
2626 classifiers = [
You can’t perform that action at this time.
0 commit comments