From aa80198047f7c784ba38584140fc2a531d371e72 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Sat, 16 Nov 2013 21:58:27 -0200 Subject: [PATCH] Try to fix a problem with version installed --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 805af3f..e74bc16 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup( name='Flask-Security', - version='1.6.9', + version='1.6.10 url='https://github.com/mattupstate/flask-security', license='MIT', author='Matt Wright',