From 910d80d5112766cf17b3bded895550906badf5f4 Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Mon, 23 Dec 2013 13:46:14 -0200 Subject: [PATCH] Fix version to be able to merge --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 30ad00c..805af3f 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup( name='Flask-Security', - version='1.6.10', + version='1.6.9', url='https://github.com/mattupstate/flask-security', license='MIT', author='Matt Wright',