From 3f1bf03490dcf3ea27a7edefedc8b7106d21aeee Mon Sep 17 00:00:00 2001 From: thecosmos Date: Sat, 8 Feb 2020 16:48:29 +0530 Subject: [PATCH] Bump version to 0.1.09 --- 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 1e2b70e..d4d0579 100644 --- a/flask_discord/__init__.py +++ b/flask_discord/__init__.py @@ -11,4 +11,4 @@ __all__ = [ ] -__version__ = "0.1.08" +__version__ = "0.1.09"