From b888081628b0679183284626cac5ce898cebd13a Mon Sep 17 00:00:00 2001 From: kuso-senpai Date: Sat, 25 Sep 2021 19:45:20 +0200 Subject: [PATCH] updated version --- README.md | 7 +++++++ discord_ui/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e11dbbe..741fac9 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,13 @@ You can find more (and better) examples [here](https://github.com/discord-py-ui/ # Changelog +-
+ 5.0.2 + + ## **Fixed** + - removed print statements +
+ -
5.0.1 diff --git a/discord_ui/__init__.py b/discord_ui/__init__.py index ec71bba..58fa62d 100644 --- a/discord_ui/__init__.py +++ b/discord_ui/__init__.py @@ -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!")