From cf2c832aa20aec07ff2905f436215f52842d9887 Mon Sep 17 00:00:00 2001 From: thec0sm0s Date: Mon, 8 Jun 2020 10:22:54 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Bump=20version=20to=200.1.53?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_discord/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask_discord/__init__.py b/flask_discord/__init__.py index 97c488a..e3b777a 100644 --- a/flask_discord/__init__.py +++ b/flask_discord/__init__.py @@ -14,4 +14,4 @@ __all__ = [ ] -__version__ = "0.1.52" +__version__ = "0.1.53"