From 9b5401a9182e1b028f8b60e79cb309ae60b0a94d Mon Sep 17 00:00:00 2001 From: Landon GB Date: Tue, 18 Oct 2016 16:14:16 -0600 Subject: [PATCH] Bumb to 0.0.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ae7068a1..ef911fa2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='Flask-JWT-Extended', - version='0.0.6', + version='0.0.7', url='https://github.com/vimalloc/flask-jwt-extended', license='MIT', author='Landon Gilbert-Bland',