From 42dab7bb814cba075f6761981eec7b355d6d764c Mon Sep 17 00:00:00 2001 From: thecosmos Date: Sat, 8 Feb 2020 14:10:20 +0530 Subject: [PATCH] Bump version to 0.1.07 --- 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 de4a43d..c4c35eb 100644 --- a/flask_discord/__init__.py +++ b/flask_discord/__init__.py @@ -11,4 +11,4 @@ __all__ = [ ] -__version__ = "0.1.06" +__version__ = "0.1.07"