Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

Commit 53165ff

Browse files
author
kuso-senpai
committed
changed project
1 parent b0ff03d commit 53165ff

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

discord_ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from .override import Overriden_Bot, override_client
88

99

10-
__version__ = "3.0.0"
10+
__version__ = "3.0.1"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ def get_readme():
1717
version=get_version(),
1818
author="404kuso, RedstoneZockt",
1919
20-
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=[

0 commit comments

Comments
 (0)