From bc3ba39bd0c6a1106f9b61bccf05280b13d20492 Mon Sep 17 00:00:00 2001 From: Landon GB Date: Sat, 29 Oct 2016 15:47:09 -0600 Subject: [PATCH] Bump to 0.0.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3e081fb9..d36f0640 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup setup(name='Flask-JWT-Extended', - version='0.0.8', + version='0.0.9', url='https://github.com/vimalloc/flask-jwt-extended', license='MIT', author='Landon Gilbert-Bland',