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

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvsxxx committed Sep 25, 2021
1 parent 98b6c26 commit b888081
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ You can find more (and better) examples [here](https://github.com/discord-py-ui/

# Changelog

- <details>
<summary>5.0.2</summary>

## **Fixed**
- removed print statements
</details>

- <details>
<summary>5.0.1</summary>

Expand Down
2 changes: 1 addition & 1 deletion discord_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@


__title__ = "discord-ui"
__version__ = "5.0.1"
__version__ = "5.0.2"

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

0 comments on commit b888081

Please sign in to comment.