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

Commit b888081

Browse files
committed
updated version
1 parent 98b6c26 commit b888081

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ You can find more (and better) examples [here](https://github.com/discord-py-ui/
195195

196196
# Changelog
197197

198+
- <details>
199+
<summary>5.0.2</summary>
200+
201+
## **Fixed**
202+
- removed print statements
203+
</details>
204+
198205
- <details>
199206
<summary>5.0.1</summary>
200207

discord_ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747

4848
__title__ = "discord-ui"
49-
__version__ = "5.0.1"
49+
__version__ = "5.0.2"
5050

5151
if __version__.endswith("a"):
5252
print("Warning: This version is a preview version and can contain some issues!")

0 commit comments

Comments
 (0)